mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

Error installation failed #106

Closed slave-but-free closed 11 years ago

slave-but-free commented 11 years ago

Hello

i followed the installation steps on my mac, i created an alias to the espresso path, but when i try espresso version or any other command i get :

module.js:340 throw err; ^ Error: Cannot find module 'step' 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. (/Unik/mobile-apps/the-m-project/Espresso/core/e.js:64:25) 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)

dominiklaubach commented 11 years ago

Hi slave-but-free,

did you install Espresso via GitHub, via NPM or simply download the prepackaged ZIP from the website? What version of OSX are you running on? What version of Node did you install?

Best regards Dominik

slave-but-free commented 11 years ago

Hi Dominik, Thanks for your interest, i'm running on Mac OS X Snow Leopard 10.6.8 , i installed Espresso via GitHub,for Node i installed node-v0.8.3.pkg form their website. i have a mobile project ongoing with phonegap ,and i think that your tool is what i need. Best regards .

dominiklaubach commented 11 years ago

Hi slave-but-free,

ok, did you install the git submodules correctly?

git clone git://github.com/mwaylabs/Espresso.git
git submodule update --init
slave-but-free commented 11 years ago

Hi Dominik , It works ! the error i've made the first time is that i did "git submodule update --init" but not in Espresso directory. Awesome thanks a lot,