This error is for node-sass is not present … to solve this just you want to run following command npm install node-sass npm install –save-dev node-sass npm rebuild node-sass –force sudo npm rebuild node-sass –force
Tag: gulp deploy
How to resolve error : permission denied during Gulp deploy.
Despite of using the correct roles and having Token-based Authentication set up correctly, some users would encounter “Permission denied” performing a Gulp deploy command. Tokens that you use to connect to NetSuite from the developer tools are saved in a local file called .nstba. On Windows, the .nstba file is stored in the C:\Users\user_name directory.The issue may… Continue reading How to resolve error : permission denied during Gulp deploy.
Resolve Error: Cannot find module ‘underscore’.
When you have cannot find module x errors, one thing that might help sometimes is deleting the whole npm_modules folder and just running npm install again. Sometimes, on the initial npm install, it might of failed to get one dependency for a package and it won’t try to get it again when you run npm… Continue reading Resolve Error: Cannot find module ‘underscore’.