Error: cannot find npm-shrinkwrap module

Bootstrap setup with grunt. Getting the following error:

Unable to find npm-shrinkwrap module

I tried npm to install shrinkwrap, still getting the same error.

+5
source share
1 answer

run npm install first in the bower_components \ bootstrap directory. Then run grunt dist .

+11
source

Source: https://habr.com/ru/post/1206055/


All Articles