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

npm install webtorrent #491

Closed
douineauromain opened this issue Nov 23, 2015 · 5 comments
Closed

npm install webtorrent #491

douineauromain opened this issue Nov 23, 2015 · 5 comments

Comments

@douineauromain
Copy link

@douineauromain douineauromain commented Nov 23, 2015

Don't work for me, in general i haven't problems with npm : (OSX El Capitain)

npm WARN engine windows-no-runnable@0.0.6: wanted: {"node":"0.6"} (current: {"node":"0.12.1","npm":"2.5.1"})
npm ERR! fetch failed https://github.com/jhiesey/mp4box.js.git#nodified
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 406

utf-8-validate@1.2.1 install /Applications/MAMP/htdocs/my_project/node_modules/webtorrent/node_modules/torrent-discovery/node_modules/bittorrent-tracker/node_modules/ws/node_modules/utf-8-validate
node-gyp rebuild

child_process: customFds option is deprecated, use stdio instead.
2015-11-23 22:09:56.424 xcodebuild[86799:1358522] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RTImageAssets.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:56.425 xcodebuild[86799:1358522] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '
/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RealmPlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:56.426 xcodebuild[86799:1358522] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Backlight.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:56.427 xcodebuild[86799:1358522] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '
/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:56.427 xcodebuild[86799:1358522] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
CXX(target) Release/obj.target/validation/src/validation.o
SOLINK_MODULE(target) Release/validation.node
SOLINK_MODULE(target) Release/validation.node: Finished

bufferutil@1.2.1 install /Applications/MAMP/htdocs/my_project/node_modules/webtorrent/node_modules/torrent-discovery/node_modules/bittorrent-tracker/node_modules/ws/node_modules/bufferutil
node-gyp rebuild

child_process: customFds option is deprecated, use stdio instead.
2015-11-23 22:09:58.624 xcodebuild[86891:1358690] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RTImageAssets.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:58.625 xcodebuild[86891:1358690] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '
/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RealmPlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:58.626 xcodebuild[86891:1358690] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Backlight.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:58.626 xcodebuild[86891:1358690] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '
/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Auto-Importer.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-11-23 22:09:58.626 xcodebuild[86891:1358690] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
SOLINK_MODULE(target) Release/bufferutil.node
SOLINK_MODULE(target) Release/bufferutil.node: Finished

dtrace-provider@0.6.0 install /Applications/MAMP/htdocs/my_project/node_modules/webtorrent/node_modules/chromecasts/node_modules/node-ssdp/node_modules/bunyan/node_modules/dtrace-provider
node scripts/install.js

npm ERR! fetch failed https://github.com/jhiesey/mp4box.js.git#nodified
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 406
npm ERR! fetch failed https://github.com/jhiesey/mp4box.js.git#nodified
npm ERR! Darwin 15.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "webtorrent"
npm ERR! node v0.12.1
npm ERR! npm v2.5.1

npm ERR! fetch failed with status code 406
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! http://github.com/npm/npm/issues

@elad

This comment has been minimized.

Copy link

@elad elad commented Nov 30, 2015

Maybe try a newer node.js? You're using 0.12.1 and the latest is 5.1.0... :)

@josephfrazier

This comment has been minimized.

Copy link
Member

@josephfrazier josephfrazier commented Nov 30, 2015

Piggybacking on @elad's comment: Issues involving mp4box have come up several times in the past. See here for more: #481 (comment)

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Dec 2, 2015

@douineauromain I would recommend NOT using nvm if you are. And using latest 4.2.

Have you fixed the issue?

@douineauromain

This comment has been minimized.

Copy link
Author

@douineauromain douineauromain commented Dec 3, 2015

I've tested with node 5.1.0 and the install worked ! Thank you for your help 👍

@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 5, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.