I installed NodeJS and used it normally, but after restarting my computer, this error appeared.
I searched, and was told that I have to fix my NODE_PATH environment variable, but that didn't work.


I installed NodeJS and used it normally, but after restarting my computer, this error appeared.
I searched, and was told that I have to fix my NODE_PATH environment variable, but that didn't work.


The error you are seeing is happening inside of the gulp-jshint module. Most likely, your node_modules directory is corrupt. You should delete it, and re-create it via npm install. I recommend closing the Dropbox application on your computer before trying this, as it is possible it will mistakenly restore the files.