Posts

Showing posts from April, 2021

Node.js module not found error -how to fix it

Image
 Most of the tenderfoots have ran into this error. when you install node.js for the first time and put npm install to your IDE'S terminal you'll see an error message telling you that 'module not found' .im going to show you how to fix this .it's simple lets roll!!!!                     we have to fix npm path for this Use the global Search option to search "Environment Variables" Click "Edit system environment variables" Click "Environment Variables" in the dialog. In the "System Variables" box, search for Path and edit it to include  C:\Program Files\nodejs . Make sure it is separated from any other paths by a  ; . Now all you have to do is restart your pc and you're ready to go