iam4x / pokemongo-webspoof

👾 Play Pokémon Go from your Mac
2.14k stars 228 forks source link

npm ERR! peerinvalid Peer eslint-config-airbnb@9.0.1 wants eslint-plugin-jsx-a11y@^1.2.0 #152

Open wxrdn opened 8 years ago

wxrdn commented 8 years ago

I'm getting this error when doing npm install, there seems to be some dependency issues. Also after manually fix several dependency issues including this one, when I ran the app, I got

> pokemongo-webspoof@1.1.0 dev /Users/xxx/Downloads/pokemongo-webspoof
> electron main.js | NODE_ENV=development webpack --config webpack.config.babel.js --watch

no module found for: transform-es2015-classes
/Users/tyu/Downloads/pokemongo-webspoof/node_modules/babel-preset-save/node_modules/modify-babel-preset/index.js:91
                p._original_name = key;
                                 ^
TypeError: Cannot set property '_original_name' of undefined

Can you help me run this correctly? I want to do some coding, thanks!

iam4x commented 8 years ago

You need node v6 & npm v3

evannudd commented 8 years ago

I'm having same error, posted at ticket https://github.com/iam4x/pokemongo-webspoof/issues/149, I have Nodev6 and npmv3.

wxrdn commented 8 years ago

still getting the same error with npm v3 and node v6

viniciusbo commented 8 years ago

Running rm -rf node_modules/ and npm install again did the trick for me.