Skip to content
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

Getting the below issue on sudo npm run dev_install #33

Closed
harshabhat86 opened this issue Apr 28, 2015 · 4 comments
Closed

Getting the below issue on sudo npm run dev_install #33

harshabhat86 opened this issue Apr 28, 2015 · 4 comments

Comments

@harshabhat86
Copy link

➜  react-google-maps git:(master) sudo npm run dev_install

> react-google-maps@0.2.5 dev_install /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps
> npm install && npm dedupe && bower install

-
> node-sass@1.2.3 install /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps/node_modules/sass-loader/node_modules/node-sass
> node scripts/install.js

Binary downloaded and installed at /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps/node_modules/sass-loader/node_modules/node-sass/vendor/darwin-x64/binding.node

> node-sass@1.2.3 postinstall /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps/node_modules/sass-loader/node_modules/node-sass
> node scripts/build.js

`darwin-x64` exists; testing
Binary is fine; exiting
npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-prism@1.3.0 wants react@^0.13.2
npm ERR! peerinvalid Peer react-toastr@1.2.0 wants react@^0.13.0

npm ERR! System Darwin 14.1.0
npm ERR! command "/Users/harshabhat/.nvm/v0.10.38/bin/node" "/Users/harshabhat/.nvm/v0.10.38/bin/npm" "install"
npm ERR! cwd /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps
npm ERR! node -v v0.10.38
npm ERR! npm -v 1.4.28
npm ERR! code EPEERINVALID
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps/npm-debug.log
npm ERR! not ok code 0

npm ERR! react-google-maps@0.2.5 dev_install: `npm install && npm dedupe && bower install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the react-google-maps@0.2.5 dev_install script.
npm ERR! This is most likely a problem with the react-google-maps package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm install && npm dedupe && bower install
npm ERR! You can get their info via:
npm ERR!     npm owner ls react-google-maps
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 14.1.0
npm ERR! command "/Users/harshabhat/.nvm/v0.10.38/bin/node" "/Users/harshabhat/.nvm/v0.10.38/bin/npm" "run" "dev_install"
npm ERR! cwd /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps
npm ERR! node -v v0.10.38
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/harshabhat/Documents/ReactJSTutorials/projects/react-google-maps/npm-debug.log
npm ERR! not ok code 0

@tomchentw
Copy link
Owner

Sorry for the confusing, this is due to the changes I made in #32 . Will release new version soon.

@tomchentw
Copy link
Owner

Released v1.0.0 and closed this now.

@harshabhat86
Copy link
Author

Thanks @tomchentw

@tomchentw
Copy link
Owner

No problem! @harshabhat86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants