-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
espresso running using node on Windows 7 #42
Comments
It seems like you haven't initialized the submodules; try
|
I'm pretty sure I ran the update command the first time, nonetheless i ran it again, and get the same error. what am i doing wrong? how to start epresso? node espresso.js? |
ok, i figured it out myself, not sure if it's versions mismatch, a node bug - must have step.js file or espresso must load it correctly: The same problem is in files: /espresso/generator/file_generator.js and project_generator.js |
Thank you for the extensive bug-report; I just reconstructed the problem with the said Node version and it happens to affect all the Espresso versions. Unfortunately it also seems that there where no plans to support Node 0.2 in the first place and I'm not sure if there are any plans to support it any time soon, if at all. If you cannot upgrade to Node 0.4 or higher, you could try to set the environmental variable
|
Finally i installed cygwin and node - which can run hello example, but when i run command in the cygwin shell: node espresso.js i get the following :
$ node espresso.js
node.js:63
throw e;
^
Error: Cannot find module 'step'
at loadModule (node.js:275:15)
at require (node.js:411:14)
at Object. (/cygdrive/c/themproject/espresso/core/e.js:64:25)
at Module._compile (node.js:462:23)
at Module._loadScriptSync (node.js:469:10)
at Module.loadSync (node.js:338:12)
at loadModule (node.js:283:14)
at require (node.js:411:14)
at Object. (/cygdrive/c/themproject/espresso/core/commands/versio
n.js:12:9)
at Module._compile (node.js:462:23)
The text was updated successfully, but these errors were encountered: