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 fails 1.10.0 and 1.10.1 #73

Closed
w9jds opened this issue May 23, 2017 · 1 comment · Fixed by #926
Closed

npm install fails 1.10.0 and 1.10.1 #73

w9jds opened this issue May 23, 2017 · 1 comment · Fixed by #926

Comments

@w9jds
Copy link

w9jds commented May 23, 2017

I can't install the cli on my windows 10 machine, I receive this error on trying to install it:

fs.js:584
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open 'C:\tmp\debug.log'
    at Object.fs.openSync (fs.js:584:18)
    at Object.fs.writeFileSync (fs.js:1314:33)
    at downloadBinary (C:\Users\w9jds\AppData\Roaming\npm\node_modules\sentry-cli-binary\bin\install-sentry-cli:52:17)
    at ClientRequest.handleResponse (C:\Users\w9jds\AppData\Roaming\npm\node_modules\sentry-cli-binary\bin\install-sentry-cli:117:5)
    at Object.onceWrapper (events.js:293:19)
    at emitOne (events.js:96:13)
    at ClientRequest.emit (events.js:191:7)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:522:21)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:99:23)
    at TLSSocket.socketOnData (_http_client.js:411:20)

If I do @1.9.2 it worked just fine. The release *.exe also fails to do anything, it actually just silently crashes with it just flickering on the screen so fast you can barely tell it even started.

@mitsuhiko
Copy link
Member

This is solved in 1.10.2.

armenzg added a commit that referenced this issue Mar 17, 2021
This adds acceptable logging levels in the output of `sentry-cli send-event --help`

Fixes #73
kamilogorek pushed a commit that referenced this issue Mar 25, 2021
This adds acceptable logging levels in the output of `sentry-cli send-event --help`

Fixes #73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants