RisingStack / trace-nodejs

Trace is a visualised distributed tracing platform designed for microservices.
https://trace.risingstack.com
Other
471 stars 90 forks source link

node-pre-gyp dependency fails to install #146

Closed selfagency closed 7 years ago

selfagency commented 7 years ago
D/nylon-web {dev} + $ yarn add @risingstack/trace                                                                                    
yarn add v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
error Couldn't find a package.json file in "/Users/daniel/Dev/nylon-web/node_modules/@risingstack/event-loop-stats/node_modules/node-pre-gyp"
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
selfagency commented 7 years ago

nearly a week later this is still unaddressed, rendering trace useless to me. guess it's time to cancel my account, seeing as how it does a terrible job of providing stack traces anyway.

gergelyke commented 7 years ago

Hello @selfagency sorry for the long response time - can you help me what yarn version are you using? there was a known issue with yarn (https://github.com/yarnpkg/yarn/issues/3736)

selfagency commented 7 years ago

0.27.5 and the same thing happens when i install with npm instead of yarn.

gergelyke commented 7 years ago

@selfagency can you help me what's your Node.js and npm versions are?

selfagency commented 7 years ago

node 6.10.2 npm 3.10.10

gergelyke commented 7 years ago

fixed in the latest version