javascript-tutorial / server

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

Can't run server. #35

Closed ibragimof closed 5 years ago

ibragimof commented 5 years ago

I've updated (git pull) local repository of server and english frontend. After updating sever not run with error (windows):

Untitled-1 ` PS E:\js\server> ./edit en en

E:\js\server>call gulp edit | bunyan Cannot read property 'tasks' of undefined TypeError: Cannot read property 'tasks' of undefined at Orchestrator.add (E:\js\server\node_modules\orchestrator\index.js:54:8) at Object. (E:\js\server\gulpfile.js:21:1) at Module._compile (internal/modules/cjs/loader.js:701:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10) at Module.load (internal/modules/cjs/loader.js:600:32) at tryModuleLoad (internal/modules/cjs/loader.js:539:12) at Function.Module._load (internal/modules/cjs/loader.js:531:3) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at execute (C:\Users\w4\AppData\Roaming\npm\node_modules\gulp-cli\lib\versioned\^3.7.0\index.js:28:18) undefined

E:\js\server>goto :eof `

iliakan commented 5 years ago

Please npm i -g gulp@4, you seem to have 3.

ibragimof commented 5 years ago

I've updated gulp: Untitled-1 And still getting the same error:

Untitled-1

ibragimof commented 5 years ago

I've update (pull) all repos and reinstall my Node.JS. Still can't run server (even it is actually new folder with new repos in it). Windows10(1903), Node.JS 10 (LTS from official web page)