-
Notifications
You must be signed in to change notification settings - Fork 338
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
Error: Cannot find module 'source-map-support' #118
Comments
Did you try in node 4.x? I don't think |
Also, what exact version of node and what exact version of npm were you using? This seems more like an npm bug because it's dependency related. |
Node is 5.7.1 and npm is 2.14.2 , I cannot install an old version of node in my system actually. |
I think you need npm greater than 3.x. If that fixes the error let me know and I'll update the readme. It is not possible to downgrade npm (bootstrapping problems) so I have had a hard time trying to track this down. You should be able to use nvm to work in older node versions: https://github.com/creationix/nvm |
Ok I checked, on my system I had a very old version but now I have 3.6.0. |
Thanks, I mentioned that npm 3.x is required in the README. #125 |
oh! This was a real import error, fixed in 56f672d |
am getting same issue after upgrading appium to 1.5.3 ? Is there any missing file in v1.5.3 as well?? |
I tried that tools and I get that errors that I've fixed in this way.
After
npm install
and launchnpm run build
I get this error on fx-runner cujojs/when#482Fixed with this: https://github.com/yahoo/flux-examples/issues/137#issuecomment-93917057
When I try to run web-ext:
fixed with
npm install source-map-support
After that fix the tools works without problem :-)
The text was updated successfully, but these errors were encountered: