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
The command yarn add grpc-ts-health-check produces the error below. I can confirm that yarn add with an unrelated library works as expected. This issue only affects version 3 and above of grpc-ts-health-check.
Output from yarn-error.log.
Arguments:
/Users/taylor/.nvm/versions/node/v14.19.0/bin/node /usr/local/Cellar/yarn/1.22.17_2/libexec/bin/yarn.js add grpc-ts-health-check
PATH:
/Users/taylor/.rvm/gems/ruby-2.4.1/bin:/Users/taylor/.rvm/gems/ruby-2.4.1@global/bin:/Users/taylor/.rvm/rubies/ruby-2.4.1/bin:/Users/taylor/.nvm/versions/node/v14.19.0/bin:/usr/local/opt/postgresql@10/bin:/Users/taylor/.swiftenv/shims:/usr/local/opt/openssl/bin:/Users/taylor/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin:/Library/Apple/usr/bin:/Users/taylor/Code/Geo/diagnostic-service/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Users/taylor/Code/Scripts:/Users/taylor/Library/Python/2.7/bin:/Users/taylor/.rvm/bin
Yarn version:
1.22.17
Node version:
14.19.0
Platform:
darwin x64
Trace:
Error: https://registry.yarnpkg.com/%5E3.0.11: Not found
at Request.params.callback [as _callback] (/usr/local/Cellar/yarn/1.22.17_2/libexec/lib/cli.js:67029:18)
at Request.self.callback (/usr/local/Cellar/yarn/1.22.17_2/libexec/lib/cli.js:140883:22)
at Request.emit (events.js:400:28)
at Request.<anonymous> (/usr/local/Cellar/yarn/1.22.17_2/libexec/lib/cli.js:141855:10)
at Request.emit (events.js:400:28)
at IncomingMessage.<anonymous> (/usr/local/Cellar/yarn/1.22.17_2/libexec/lib/cli.js:141777:12)
at Object.onceWrapper (events.js:519:28)
at IncomingMessage.emit (events.js:412:35)
at endReadableNT (internal/streams/readable.js:1334:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
Happy to provide any other information. Thank you in advance.
The text was updated successfully, but these errors were encountered:
The command
yarn add grpc-ts-health-check
produces the error below. I can confirm thatyarn add
with an unrelated library works as expected. This issue only affects version 3 and above of grpc-ts-health-check.Output from yarn-error.log.
Happy to provide any other information. Thank you in advance.
The text was updated successfully, but these errors were encountered: