I am trying to build my JavaScript files with Grunt. but when I run npm install, it shows me error message "fatal: reference is not a tree:cef34f39dcfwe(commit Id i guess).
Anyone has idea?
Thanks
Remove package-lock.json and run npm install
if it didn't work try this:
npm update
then npm install
Delete all references to that package from node module for which you are getting this issue then try clearing node modules by using
npm cache clear --force
then use
npm install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With