Unable to launch Gulp due to missing file npm-shrinkwrap.json
Closed this issue · 0 comments
stanislavmandrik621 commented
Create a file "npm-shrinkwrap.json" and place it together in one directory with package.json.
{
"dependencies": {
"graceful-fs": {
"version": "4.2.2"
}
}
}
This will fix the error