EVERYTHING IS INSTALLED STILL SHOWING THE ERROR
i’m trying to learn javascript, and this error just blow my head.
i can’t understand what is the problem there.
npm is already intalled,
expess is installed ,
so why this error.
Question posted in Javascript
A very good W3school tutorial can be found here.
A very good W3school tutorial can be found here.
2
Answers
in the image, the only module you use is
prompt-sync
. Therefore, try runningnpm install prompt-sync
in the shell.Can you post full error message, and full code as well