Node.js Leaflet error
问题 Please help!! I know I'm missing something very simple but I'm new to all this and I read lots of different post and tutorial and can't get whats wrong. I initiate a new project on Ubuntu 14.04 Navigate to the folder I want my app to be. This is the steps I take: sudo apt-get install nodejs-legacy sudo npm install express-generator -g (framework) express -e --ejs (Establece el lenguaje ejs como base) https://www.npmjs.com/package/ejs npm install To run the app DEBUG=myapp:* npm start Then