javascript-tutorial / server

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

English server not running #14

Closed thesurya closed 6 years ago

thesurya commented 6 years ago

6.Run the site Run the site with the same language. Above we cloned ru tutorial, so: cd /js/javascript-tutorial-server ./edit ru

so while reaching this step

for English language I executed cd /js/javascript-tutorial-server ./edit en

but it shows " sh: 1: ./node_modules/.bin/gulp: not found "

OS : ubuntu 18.04 NodeJS : v8.10.0

iliakan commented 6 years ago

Did you follow the install instruction from Readme?

thesurya commented 6 years ago

Yes, all the steps as mentioned.

iliakan commented 6 years ago

This means that gulp module is not installed: sh: 1: ./node_modules/.bin/gulp: not found "

Oh you have Node 8. The npm version 5.6.0 is terribly buggy there. Please update npm (npm up -g) or Node.JS to 10, remove all node_modules and reinstall.