shipshapecode / ember-cli-release

Ember CLI addon for versioned release management
MIT License
90 stars 18 forks source link

Error while installing v1.0.0-beta.1 #49

Closed seawatts closed 8 years ago

seawatts commented 8 years ago

I am getting an error when I try to install the latest beta

npm ERR! enoent ENOENT: no such file or directory, chmod './my-repo/node_modules/ember-cli-release/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'
karellm commented 8 years ago

I'm having the same issue. I think it is related to npm 3. See here. Personally running node@5.4.0 and npm@3.3.12.

rwjblue commented 8 years ago

npm 3.3.10 through 3.3.12 are completely hosed, update npm to 3.4.1 or later

rwjblue commented 8 years ago

See https://github.com/lytics/ember-cli-release/issues/46

rwjblue commented 8 years ago

See upstream issue: https://github.com/npm/npm/issues/10458

karellm commented 8 years ago

I confirm that it fixed the issue for me. For future reference, upgrade npm: npm install -g npm@^3. Thanks!

slindberg commented 8 years ago

Thanks for fielding these @rwjblue, I would have been completely lost. Sounds like this is resolved, closing.