I Want to install package from ShrinkWrap.json file , I am trying to install package in new machine but command npm install is throwing
error
npm WARN tar ENOENT: no such file or directory, open '/build/Source/Web/node_modules/.staging/whet.extend-0ac707ec/package.json
Expected Behavior : I want the package to be installed correctly
What I tried so far :
Removed node_modules folder and deleted package-lock.json file and npm cache clean --force as well
Details Node version : 10.17.0
Note : I want to install the package from shrinkwrap.json file only
When using npm shrinkwrap, you need the
package.jsonfile in addition to thenpm-shrinkwrap.jsonfile. The error says it can't find thepackage.jsonfile.