-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
tns platform add ios Bus error: 10 #1119
Comments
After completely deleting node off of the system, and reinstallation of node with home brew. It fixed this issue. |
@jwoods1 I'm glad you've resolved the issue. I'm closing this thread, but feel free to contact us in case you have any other problems or concerns :) |
I'm getting a "Segmentation Fault" error when doing "tns platfom add ios" and "tns platfom add android", I'm using npm version 3.3.12. Also using Mac OS X El Capitan 10.11.1. npm was installed alongside with Nodejs. |
I had a similar issue. The fix for me was to complete delete node from my system. Some permission stuff changed when I did the update to el captain. After I completely deleted node and all modules I installed it with homebrew. Hope this help. Jason Sent from my iPhone On Nov 9, 2015, at 9:08 AM, cenobyte321 <notifications@git.luolix.topmailto:notifications@github.com> wrote: I'm getting a "Segmentation Fault" error when doing "tns platfom add ios" and "tns platfom add android", I'm using npm version 3.3.12. Also using Mac OS X El Capitan 10.11.1. npm was installed alongside with Nodejs. Reply to this email directly or view it on GitHubhttps://github.com//issues/1119#issuecomment-155108440. |
I already uninstalled Node using this guide: https://gist.github.com/TonyMtz/d75101d9bdf764c890ef and re-installed it with Homebrew. I'm still getting the same error. |
When I deleted following that guide I for some reason had node still installed. I ran the node command in terminal and was checking if it was deleted. You might want to try that once it is fully deleted. I then had to do a full search and delete the remaining node files. Then I reinstalled. Hope this helps I'm just shooting in the dark now. Sent from my iPhone On Nov 9, 2015, at 11:32 AM, cenobyte321 <notifications@git.luolix.topmailto:notifications@github.com> wrote: I already uninstalled Node using this guide: https://gist.github.com/TonyMtz/d75101d9bdf764c890ef and re-installed it with Homebrew. I'm still getting the same error. Reply to this email directly or view it on GitHubhttps://github.com//issues/1119#issuecomment-155148750. |
Thanks, that seems to have resolved the error, but now I get: |
Hi @cenobyte321 , Hope this helps. |
@rosen-vladimirov, yes thank you, downgrading Node to a version prior to 5.0.0 solved the problem. |
@cenobyte321, I'm glad it worked for you. In fact we've discovered an issue in node 5.0.0, it should be fixed in the incoming node 5.1.0, but we'll double check it once it is released. This issue is causing the segmentation fault when using node 5.0.0 :) |
Just fyi - |
After following the getting started, Step 1.2 Add target development platforms in terminal get the following errors on Mac OSX El Capitan 10.11.1 (15B42).
Bus error: 10
Segmentation fault: 11
The text was updated successfully, but these errors were encountered: