kjda / ReactJs-Phonegap

A boilerplate ReactJS-Phonegap/Cordova App + Flux data flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orchestrator

mschipperheyn opened this issue · comments

Getting this exception running gulp create

Error: Cannot find module 'orchestrator'
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. (/Users/Shared/java/projects/PhoneGap/ReactJs-Phonegap/app/node_modules/gulp/index.js:4:20)
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)

commented

this means orchestrator module is not installed, which is required by gulp..
It seems you didn't install all the dependencies correctly

try: npm install gulp -g

Never install npm packages globally. If something isn't packaged in the package manager of your distro, package it yourself.

commented

This error is comming from gulp package itself.. orchestrator is included in the gulp package dependencies. I'm not sure why it is not being installed in your case