node.js - Npm Install Permission Error -
so i'm attempting run npm install wp theme folder can convert .scss css.
when try install see:
web-stations-mac-pro:ideabased matmorse$ npm install npm warn matmorse@1.0.0 no description npm warn matmorse@1.0.0 no repository field. removed 7 packages in 1.661s i've tried uninstalling npm , node , re installing brew. i've tried correcting permissions. node_modules folder never installs.
npm -v : 5.3.0
no - v: 8.3.0
nothing seems work.
you don't have package.json in folder can't use npm install command, since npm install looks package.json (that's why getting no description found error) .
you can use npm install node-sass install node-sass module.
you can refer documentation further clarification on npm install.
Comments
Post a Comment