javascript-tutorial / server

Server for the Modern Javascript Tutorial
https://javascript.info
Other
452 stars 138 forks source link

Installation Issue #8

Closed mihirchronicles closed 6 years ago

mihirchronicles commented 6 years ago

I am getting this error while I run to execute the code

'worker:client:webpack' errored Error: ENOENT: no such file or directory, open '..../js/javascript-tutorial-server/tmp/styles.styl'

Gulp error details Error: ENOENT: no such file or directory, open '..../js/javascript-tutorial-server/tmp/styles.styl' Error in plugin 'll'

(node:16057) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (node:16061) DeprecationWarning: open() is deprecated in mongoose >= 4.11.0, use openUri() instead, or set the useMongoClient option if using connect() or createConnection(). See http://mongoosejs.com/docs/connections.html#use-mongo-client events.js:182 throw er; // Unhandled 'error' event ^

Error: listen EACCES 127.0.0.1:80

mihirchronicles commented 6 years ago

Hey, can someone direct me, please? When I execute the code I get a gulp error saying :

Gulp error details [ 'ENOTDIR: not a directory, open \'/Users/js/javascript-tutorial-server/tmp/styles.styl\'',

aruzikulov commented 6 years ago

$ ./edit uz

sh: 1: ./node_modules/.bin/gulp: not found

// This error is happiness, can someone guide me what to do here?

iliakan commented 6 years ago

Did you run npm install?