-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using iojs-v3.2.0 throws an error: 'Segmentation fault: 11' when running 'npm start' #2455
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
io.js 3 is not yet supported but will probably be in 0.12. Getting ready for Node 4! |
sahrens
pushed a commit
to sahrens/react-native
that referenced
this issue
Sep 3, 2015
… 3 / Node 4 Summary: The previous version of stacktrace-parser 0.1.2 had an line in its package.json file that required Node <= 2.x. That line was removed, so it no longer warns on io.js 3.x or Node 4.x. Similarly, ws 0.8.0 was published with support for the new V8, so it compiles with io.js 3.x and therefore should work with Node 4.x. Updated the Travis file as well to run on io.js 3.x. Fixes facebook#2258, facebook#2455 Closes facebook#2398 Github Author: James Ide <ide@jameside.com>
ide
added a commit
that referenced
this issue
Sep 8, 2015
… 3 / Node 4 Summary: The previous version of stacktrace-parser 0.1.2 had an line in its package.json file that required Node <= 2.x. That line was removed, so it no longer warns on io.js 3.x or Node 4.x. Similarly, ws 0.8.0 was published with support for the new V8, so it compiles with io.js 3.x and therefore should work with Node 4.x. Updated the Travis file as well to run on io.js 3.x. Fixes #2258, #2455 Closes #2398 Github Author: James Ide <ide@jameside.com>
@brentvatne this seems fixed with some updated deps, and also master supports node 4. Close. |
@ide this is a node issue, probably close it. |
@license2e when you change Node versions be sure to clean out your node_modules and rebuild. |
Yes, you should clean out your node_modules and rebuild. You can run 'npm rebuild' on your terminal. Please try. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
npm-debug.log: https://gist.github.com/license2e/7583a974f8112c8945f0
Note: To solve the issue, I reverted back to ios-v2.0.0 (sorry, I didn't have time to test any others at this time..)
The text was updated successfully, but these errors were encountered: