You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
since a couple of weeks, i'm experiencing this error:
ERR! error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
ERR! fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
ERR! fatal: the remote end hung up unexpectedly
ERR! fatal: early EOF
ERR! fatal: index-pack failed
ERR! fatal: the remote end hung up unexpectedly
fatal: early EOF
ERR! fatal: index-pack failed
ERR! fatal: the remote end hung up unexpectedly
ERR! fatal: early EOF
ERR! fatal: index-pack failed
My issue is about the lack of a more informative message even with "silly" log level, is there a way to make napa log the package that has caused the error? seems like i'm pulling a huge repo but don't know which is...
thanks
The text was updated successfully, but these errors were encountered:
I don't think there is any logging available in napa but we could add some. Otherwise in the meantime, you might be able to do node --inspect-brk ./node_modules/.bin/napa and then open chrome://inspect in your browser to use the Chrome inspector to debug which package the error originates from.
Also I recommend checking out https://pnpm.io/ as an upgrade for npm (and replacement for napa). pnpm is able to install packages without package.json files too but in a much nicer and more efficient way.
Hello,
since a couple of weeks, i'm experiencing this error:
while trying to install these packages:
My issue is about the lack of a more informative message even with "silly" log level, is there a way to make napa log the package that has caused the error? seems like i'm pulling a huge repo but don't know which is...
thanks
The text was updated successfully, but these errors were encountered: