I’m following the Ionic Crash course to learn a bit more about the new ionic beta version. When issuing the command gulp sass, I’m getting the error No local gulp install found, Try running: npm install gulp. I followed the tutorial literally (made my project with npm install -g cordova ionic gulp). Also, the command sass -v return that version 3.3.4 is installed. One difference I see with the tutorial is that the node_modules folder isn’t installed.
When I use the command to install gulp without -g, I get this error when I try the gulp sass command.
module.js:340
throw err;
^
Error: Cannot find module 'gulp-concat'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/thomas/Desktop/cordova/myApp/gulpfile.js:2:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
Hello, just wanted to say that I am also encountering this problem. I hope this gets fixed soon. I don’t understand what I’m doing wrong, I’m also just following all the tutorials online but so far I haven’t found a solution to this one.