javascript - Error on run app.js file (give me an error for the var line) -




i try run socket server (npm start / node app.js) , gives me error line:

var http = require('http'); 

in char 1 (for n of var character). if delete line error continue next line same error v letter of var.. image example:

the error

when run in cmd:

the cmd error

help please dont know do

try running npm install once installed required dependencies. might able run app running node app.js.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -