##困っていること・前提
下記のコマンドを実行しましたがインストールできません
$ yarn global add crate-react-app
##エラー
yarn global v1.22.10 [1/4] ???? Resolving packages... error An unexpected error occurred: "https://registry.yarnpkg.com/crate-react-app: Not found". info If you think this is a bug, please open a bug report with the information provided in "/Users/xxxx/.config/yarn/global/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
##ログ
/Users/xxx/.config/yarn/global/yarn-error.log
Arguments: /usr/local/bin/node /usr/local/Cellar/yarn/1.22.10/libexec/bin/yarn.js global add crate-react-app PATH: /Users/xxxx/.rbenv/shims:/Users/xxxxx/.pyenv/shims:/Users/xxxx/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands Yarn version: 1.22.10 Node version: 13.12.0 Platform: darwin x64 Trace: Error: https://registry.yarnpkg.com/crate-react-app: Not found at Request.params.callback [as _callback] (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:66988:18) at Request.self.callback (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:140749:22) at Request.emit (events.js:315:20) at Request.<anonymous> (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:141721:10) at Request.emit (events.js:315:20) at IncomingMessage.<anonymous> (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:141643:12) at Object.onceWrapper (events.js:421:28) at IncomingMessage.emit (events.js:327:22) at endReadableNT (_stream_readable.js:1201:12) at processTicksAndRejections (internal/process/task_queues.js:84:21) npm manifest: No manifest yarn manifest: No manifest Lockfile: # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1
回答1件
あなたの回答
tips
プレビュー