WARN - enoent ENOENT: no such file or directory, open Nodejs

This happened to me when i was trying to install express using NPM.

and i did the below and the warning went away

global package --> running npm -g uninstall <package> ; npm -g install <package>

This basically does a clean uninstall and a clean install.

Comments

Popular posts from this blog

'jasypt.encryptor.password' or one of ['jasypt.encryptor.privateKeyString', 'jasypt.encryptor.privateKeyLocation'] must be provided for Password-based or Asymmetric encryption

Installing OpenCv 3.0 and Javacv on Raspberry Pi

Couldn't store job: Unable to serialize JobDataMap for insertion into database because the value of property 'jobLauncher' is not serializable