volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 99 forks source link

Error on install: No such module #73

Closed BBaysinger closed 12 years ago

BBaysinger commented 12 years ago

I'm on OS X 10.7.4. I have Node 0.8.3. I run:

npm install -g volo

I get this:

/usr/lib/node_modules/npm/lib/utils/config-defs.js:5 , stdio = process.binding("stdio") ^ Error: No such module at Object. (/usr/lib/node_modules/npm/lib/utils/config-defs.js:5:21) 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) at require (module.js:378:17) at Object. (/usr/lib/node_modules/npm/lib/utils/ini.js:43:18) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10)

jrburke commented 12 years ago

This sounds like an npm problem, not something specific to volo.

I'm not sure what the solution would be, as it sounds like npm wanted to use a stdio module and it was not available. Maybe try with node 0.8.2, see if it has the same problem. I would also be sure to use the npm that is installed with the version of node that is installed (not sure how you would use a mismatched version though).

Going to close this for now, as I do not believe it is a volo issue, since volo does not even get a chance to run, but feel free to leave comments if something volo-related comes up.

BBaysinger commented 12 years ago

Yup. v0.8.2 works just fine! Again, appreciate all your work on this. It's become the standard for our team.