Errors during NPM install: node-gyp rebuild fails
Attempts to install all packages in the package.json file results in an error with the command node-gyp rebuild. Error trace from a tail of the debug.log file showed this excerpt:
npm ERR! Darwin 18.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
npm ERR! node v6.11.4
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the tiny-secp256k1 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs tiny-secp256k1
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls tiny-secp256k1
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/jthomas/projects/sundly/npm-debug.log
jthomas:sundly jthomas$ more /Users/jthomas/projects/sundly/npm-debug.log
I have also included the debug.log file for review. npm-debug.log
Not having this issue. What OS are you using? I've seen issues with node-gyp & Windows before...
I'm on a Macbook Pro, running OSX 10.14.3. Is there anything specific about the build environment that I should know? I simply copied down the repo and ran a node install against the package file.
Blessings, Josh.
Owner: Fix Your Sleep Today! http://fixyoursleeptoday.com
Learn more about me on: LinkedIn http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 Facebook http://www.facebook.com/jetoomasu Twitter http://twitter.com/#!/fujishima
Interested in CareerAcademy's Business and IT Skills Training? Click here! http://www.careeracademy.com/?LDP#_l_sd
On Sun, Mar 31, 2019 at 11:17 PM Ben Orozco [email protected] wrote:
Not having this issue. What OS are you using? I've seen issues with node-gyp & Windows before...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sundly/sundly/issues/21#issuecomment-478421607, or mute the thread https://github.com/notifications/unsubscribe-auth/AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo .
Not that I'm aware of, I have a recent version of Node (10) and also running MacOS 10.14.3, and that's it!
Ben Orozco benoror.com ( http://benoror.com ) [email protected] ( [email protected] ) appointments:Â vyte.in/benoror ( http://vyte.in/benoror ) ( https://twitter.com/benoror ) ( https://www.facebook.com/benoror ) ( https://www.linkedin.com/in/benoror/ )
Sent via Superhuman ( https://sprh.mn/[email protected] )
On Mon, Apr 01, 2019 at 7:17 AM, Joshua Thomas < [email protected] > wrote:
I'm on a Macbook Pro, running OSX 10.14.3. Is there anything specific about the build environment that I should know? I simply copied down the repo and ran a node install against the package file.
Blessings, Josh.
Owner: Fix Your Sleep Today! < http:/ / fixyoursleeptoday. com ( http://fixyoursleeptoday.com/ ) >
Learn more about me on: LinkedIn < http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 ) > Facebook < http:/ / www. facebook. com/ jetoomasu ( http://www.facebook.com/jetoomasu ) > Twitter < http:/ / twitter. com/ #!/ fujishima ( http://twitter.com/#!/fujishima ) >
Interested in CareerAcademy's Business and IT Skills Training? Click here! < http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http://www.careeracademy.com/?LDP#_l_sd ) >
On Sun, Mar 31, 2019 at 11:17 PM Ben Orozco < notifications@ github. com ( [email protected] ) > wrote:
Not having this issue. What OS are you using? I've seen issues with node-gyp & Windows before...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478421607 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478421607 ) >, or mute the thread < https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo ( https://github.com/notifications/unsubscribe-auth/AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo ) > .
— You are receiving this because you commented. Reply to this email directly, view it on GitHub ( https://github.com/Sundly/sundly/issues/21#issuecomment-478574851 ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/AAHRTatReeSfTl5rgAaligpiV9X4mO4Rks5vcgbSgaJpZM4b7GGo ).
Wow, that's no good. Any other ideas? Can we perhaps do a screenshare or can I record a video of the issue and you can let me know what you think?
Blessings, Josh.
Owner: Fix Your Sleep Today! http://fixyoursleeptoday.com
Learn more about me on: LinkedIn http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 Facebook http://www.facebook.com/jetoomasu Twitter http://twitter.com/#!/fujishima
Interested in CareerAcademy's Business and IT Skills Training? Click here! http://www.careeracademy.com/?LDP#_l_sd
On Mon, Apr 1, 2019 at 5:00 PM Ben Orozco [email protected] wrote:
Not that I'm aware of, I have a recent version of Node (10) and also running MacOS 10.14.3, and that's it!
Ben Orozco benoror.com ( http://benoror.com ) [email protected] ( [email protected] ) appointments: vyte.in/benoror ( http://vyte.in/benoror ) ( https://twitter.com/benoror ) ( https://www.facebook.com/benoror ) ( https://www.linkedin.com/in/benoror/ )
Sent via Superhuman ( https://sprh.mn/[email protected] )
On Mon, Apr 01, 2019 at 7:17 AM, Joshua Thomas < [email protected]
wrote:
I'm on a Macbook Pro, running OSX 10.14.3. Is there anything specific about the build environment that I should know? I simply copied down the repo and ran a node install against the package file.
Blessings, Josh.
Owner: Fix Your Sleep Today! < http:/ / fixyoursleeptoday. com ( http://fixyoursleeptoday.com/ ) >
Learn more about me on: LinkedIn < http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 ) > Facebook < http:/ / www. facebook. com/ jetoomasu ( http://www.facebook.com/jetoomasu ) > Twitter < http:/ / twitter. com/ #!/ fujishima ( http://twitter.com/#!/fujishima ) >
Interested in CareerAcademy's Business and IT Skills Training? Click here! < http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http://www.careeracademy.com/?LDP#_l_sd ) >
On Sun, Mar 31, 2019 at 11:17 PM Ben Orozco < notifications@ github. com ( [email protected] ) > wrote:
Not having this issue. What OS are you using? I've seen issues with node-gyp & Windows before...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478421607 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478421607 ) , or mute the thread < https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo (
https://github.com/notifications/unsubscribe-auth/AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo
) >
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub ( https://github.com/Sundly/sundly/issues/21#issuecomment-478574851 ) , or mute the thread (
https://github.com/notifications/unsubscribe-auth/AAHRTatReeSfTl5rgAaligpiV9X4mO4Rks5vcgbSgaJpZM4b7GGo
).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sundly/sundly/issues/21#issuecomment-478745877, or mute the thread https://github.com/notifications/unsubscribe-auth/AJYD0-l7KbYNd3uJTO5whmVvMes5gDopks5vcnNfgaJpZM4b7GGo .
Sure go ahead, I have used useloom.com ( http://useloom.com/ ) in the past =)
Ben Orozco benoror.com ( http://benoror.com ) [email protected] ( [email protected] ) appointments:Â vyte.in/benoror ( http://vyte.in/benoror ) ( https://twitter.com/benoror ) ( https://www.facebook.com/benoror ) ( https://www.linkedin.com/in/benoror/ )
Sent via Superhuman ( https://sprh.mn/[email protected] )
On Mon, Apr 01, 2019 at 8:03 PM, Joshua Thomas < [email protected] > wrote:
Wow, that's no good. Any other ideas? Can we perhaps do a screenshare or can I record a video of the issue and you can let me know what you think?
Blessings, Josh.
Owner: Fix Your Sleep Today! < http:/ / fixyoursleeptoday. com ( http://fixyoursleeptoday.com/ ) >
Learn more about me on: LinkedIn < http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 ) > Facebook < http:/ / www. facebook. com/ jetoomasu ( http://www.facebook.com/jetoomasu ) > Twitter < http:/ / twitter. com/ #!/ fujishima ( http://twitter.com/#!/fujishima ) >
Interested in CareerAcademy's Business and IT Skills Training? Click here! < http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http://www.careeracademy.com/?LDP#_l_sd ) >
On Mon, Apr 1, 2019 at 5:00 PM Ben Orozco < notifications@ github. com ( [email protected] ) > wrote:
Not that I'm aware of, I have a recent version of Node (10) and also running MacOS 10.14.3, and that's it!
Ben Orozco benoror. com ( http://benoror.com/ ) ( http:/ / benoror. com ( http://benoror.com/ ) ) benoror@ gmail. com ( [email protected] ) ( benoror@ gmail. com ( [email protected] ) ) appointments: vyte. in/ benoror ( http://vyte.in/benoror ) ( http:/ / vyte. in/ benoror ( http://vyte.in/benoror ) ) ( https:/ / twitter. com/ benoror ( https://twitter.com/benoror ) ) ( https:/ / www. facebook. com/ benoror ( https://www.facebook.com/benoror ) ) ( https:/ / www. linkedin. com/ in/ benoror/ ( https://www.linkedin.com/in/benoror/ ) )
Sent via Superhuman ( https:/ / sprh. mn/ ?vip=benoror@ gmail. com ( https://sprh.mn/[email protected] ) )
On Mon, Apr 01, 2019 at 7:17 AM, Joshua Thomas < notifications@ github. com ( [email protected] )
wrote:
I'm on a Macbook Pro, running OSX 10.14.3. Is there anything specific about the build environment that I should know? I simply copied down the repo and ran a node install against the package file.
Blessings, Josh.
Owner: Fix Your Sleep Today! < http:/ / fixyoursleeptoday. com ( http:/ / fixyoursleeptoday. com/ ( http://fixyoursleeptoday.com/ ) ) >
Learn more about me on: LinkedIn < http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 ) ) > Facebook < http:/ / www. facebook. com/ jetoomasu ( http:/ / www. facebook. com/ jetoomasu ( http://www.facebook.com/jetoomasu ) ) > Twitter < http:/ / twitter. com/ #!/ fujishima ( http:/ / twitter. com/ #!/ fujishima ( http://twitter.com/#!/fujishima ) ) >
Interested in CareerAcademy's Business and IT Skills Training? Click here! < http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http://www.careeracademy.com/?LDP#_l_sd ) ) >
On Sun, Mar 31, 2019 at 11:17 PM Ben Orozco < notifications@ github. com ( notifications@ github. com ( [email protected] ) ) > wrote:
Not having this issue. What OS are you using? I've seen issues with node-gyp & Windows before...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478421607 ( https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478421607 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478421607 ) ) , or mute the thread < https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo (
https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo ( https://github.com/notifications/unsubscribe-auth/AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo )
) >
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub ( https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478574851 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478574851 ) ) , or mute the thread (
https:/ / github. com/ notifications/ unsubscribe-auth/ AAHRTatReeSfTl5rgAaligpiV9X4mO4Rks5vcgbSgaJpZM4b7GGo ( https://github.com/notifications/unsubscribe-auth/AAHRTatReeSfTl5rgAaligpiV9X4mO4Rks5vcgbSgaJpZM4b7GGo )
).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478745877 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478745877 ) >, or mute the thread < https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD0-l7KbYNd3uJTO5whmVvMes5gDopks5vcnNfgaJpZM4b7GGo ( https://github.com/notifications/unsubscribe-auth/AJYD0-l7KbYNd3uJTO5whmVvMes5gDopks5vcnNfgaJpZM4b7GGo ) > .
— You are receiving this because you commented. Reply to this email directly, view it on GitHub ( https://github.com/Sundly/sundly/issues/21#issuecomment-478814445 ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/AAHRTcOxiATMGKW06u7J_6h2wC3GS0aeks5vcrqOgaJpZM4b7GGo ).
Thanks but I work at Vidyard and I'm loyal to GoVideo https://www.vidyard.com/govideo/! (haha)
I'll send you a video tomorrow, thanks in advance for the kind assist.
Blessings, Josh.
Owner: Fix Your Sleep Today! http://fixyoursleeptoday.com
Learn more about me on: LinkedIn http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 Facebook http://www.facebook.com/jetoomasu Twitter http://twitter.com/#!/fujishima
Interested in CareerAcademy's Business and IT Skills Training? Click here! http://www.careeracademy.com/?LDP#_l_sd
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Mon, Apr 1, 2019 at 10:46 PM Ben Orozco [email protected] wrote:
Sure go ahead, I have used useloom.com ( http://useloom.com/ ) in the past =)
Ben Orozco benoror.com ( http://benoror.com ) [email protected] ( [email protected] ) appointments: vyte.in/benoror ( http://vyte.in/benoror ) ( https://twitter.com/benoror ) ( https://www.facebook.com/benoror ) ( https://www.linkedin.com/in/benoror/ )
Sent via Superhuman ( https://sprh.mn/[email protected] )
On Mon, Apr 01, 2019 at 8:03 PM, Joshua Thomas < [email protected]
wrote:
Wow, that's no good. Any other ideas? Can we perhaps do a screenshare or can I record a video of the issue and you can let me know what you think?
Blessings, Josh.
Owner: Fix Your Sleep Today! < http:/ / fixyoursleeptoday. com ( http://fixyoursleeptoday.com/ ) >
Learn more about me on: LinkedIn < http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 ) > Facebook < http:/ / www. facebook. com/ jetoomasu ( http://www.facebook.com/jetoomasu ) > Twitter < http:/ / twitter. com/ #!/ fujishima ( http://twitter.com/#!/fujishima ) >
Interested in CareerAcademy's Business and IT Skills Training? Click here! < http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http://www.careeracademy.com/?LDP#_l_sd ) >
On Mon, Apr 1, 2019 at 5:00 PM Ben Orozco < notifications@ github. com ( [email protected] ) > wrote:
Not that I'm aware of, I have a recent version of Node (10) and also running MacOS 10.14.3, and that's it!
Ben Orozco benoror. com ( http://benoror.com/ ) ( http:/ / benoror. com ( http://benoror.com/ ) ) benoror@ gmail. com ( [email protected] ) ( benoror@ gmail. com ( [email protected] ) ) appointments: vyte. in/ benoror ( http://vyte.in/benoror ) ( http:/ / vyte. in/ benoror ( http://vyte.in/benoror ) ) ( https:/ / twitter. com/ benoror ( https://twitter.com/benoror ) ) ( https:/ / www. facebook. com/ benoror ( https://www.facebook.com/benoror ) ) ( https:/ / www. linkedin. com/ in/ benoror/ ( https://www.linkedin.com/in/benoror/ ) )
Sent via Superhuman ( https:/ / sprh. mn/ ?vip=benoror@ gmail. com ( https://sprh.mn/[email protected] ) )
On Mon, Apr 01, 2019 at 7:17 AM, Joshua Thomas < notifications@ github. com ( [email protected] )
wrote:
I'm on a Macbook Pro, running OSX 10.14.3. Is there anything specific about the build environment that I should know? I simply copied down the repo and ran a node install against the package file.
Blessings, Josh.
Owner: Fix Your Sleep Today! < http:/ / fixyoursleeptoday. com ( http:/ / fixyoursleeptoday. com/ ( http://fixyoursleeptoday.com/ ) ) >
Learn more about me on: LinkedIn < http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http:/ / jm. linkedin. com/ pub/ joshua-thomas/ 10/ 310/ b95 ( http://jm.linkedin.com/pub/joshua-thomas/10/310/b95 ) ) > Facebook < http:/ / www. facebook. com/ jetoomasu ( http:/ / www. facebook. com/ jetoomasu ( http://www.facebook.com/jetoomasu ) ) > Twitter < http:/ / twitter. com/ #!/ fujishima ( http:/ / twitter. com/ #!/ fujishima ( http://twitter.com/#!/fujishima ) ) >
Interested in CareerAcademy's Business and IT Skills Training? Click here! < http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http:/ / www. careeracademy. com/ ?LDP#_l_sd ( http://www.careeracademy.com/?LDP#_l_sd ) ) >
On Sun, Mar 31, 2019 at 11:17 PM Ben Orozco < notifications@ github. com ( notifications@ github. com ( [email protected] ) ) > wrote:
Not having this issue. What OS are you using? I've seen issues with node-gyp & Windows before...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478421607 ( https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478421607 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478421607 ) ) , or mute the thread < https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo (
https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo (
https://github.com/notifications/unsubscribe-auth/AJYD02hrNr-5ThWLL-iKKKapml5pM2Scks5vcXpYgaJpZM4b7GGo
)
) >
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub ( https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478574851 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478574851 ) ) , or mute the thread (
https:/ / github. com/ notifications/ unsubscribe-auth/ AAHRTatReeSfTl5rgAaligpiV9X4mO4Rks5vcgbSgaJpZM4b7GGo (
https://github.com/notifications/unsubscribe-auth/AAHRTatReeSfTl5rgAaligpiV9X4mO4Rks5vcgbSgaJpZM4b7GGo
)
).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https:/ / github. com/ Sundly/ sundly/ issues/ 21#issuecomment-478745877 ( https://github.com/Sundly/sundly/issues/21#issuecomment-478745877 ) , or mute the thread < https:/ / github. com/ notifications/ unsubscribe-auth/ AJYD0-l7KbYNd3uJTO5whmVvMes5gDopks5vcnNfgaJpZM4b7GGo (
https://github.com/notifications/unsubscribe-auth/AJYD0-l7KbYNd3uJTO5whmVvMes5gDopks5vcnNfgaJpZM4b7GGo
) >
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub ( https://github.com/Sundly/sundly/issues/21#issuecomment-478814445 ) , or mute the thread (
https://github.com/notifications/unsubscribe-auth/AAHRTcOxiATMGKW06u7J_6h2wC3GS0aeks5vcrqOgaJpZM4b7GGo
).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sundly/sundly/issues/21#issuecomment-478822578, or mute the thread https://github.com/notifications/unsubscribe-auth/AJYD0xHJNRPihFh9j1YBiIT2ioKAQO8Qks5vcsSagaJpZM4b7GGo .
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>