Created
December 18, 2012 00:49
-
-
Save TechplexEngineer/4323907 to your computer and use it in GitHub Desktop.
nodejitsu troubles when attempting to deploy for the first time Win7 64bit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Techplex.Engineer\Desktop\nodeApp>jitsu deploy | |
info: Welcome to Nodejitsu techplex.engineer | |
info: jitsu v0.11.4, node v0.8.1 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Welcome to Nodejitsu techplex.engineer | |
info: jitsu v0.11.4, node v0.8.1 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
C:\Users\Techplex.Engineer\AppData\Roaming\npm\node_modules\jitsu\node_modules\f | |
latiron\lib\flatiron\plugins\cli.js:222 | |
throw err; | |
^ | |
Error: Cannot find module 'opener' | |
at Function.Module._resolveFilename (module.js:338:15) | |
at Function.Module._load (module.js:280:25) | |
at Module.require (module.js:362:17) | |
at require (module.js:378:17) | |
at Object.<anonymous> (C:\Users\Techplex.Engineer\AppData\Roaming\npm\node_m | |
odules\jitsu\lib\jitsu\commands\apps.js:9:16) | |
at Module._compile (module.js:449:26) | |
at Object.Module._extensions..js (module.js:467:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Module.require (module.js:362:17) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution was to
npm remove -g jitsu
thennpm install jitsu -g