前提・実現したいこと
expoを使用してReactnativeでアプリを作成しようとしています。
しかし、
npm install --global expo-cli
でinstallはできるものの、expoコマンドが使えない状況です。
npm version 6.14.15
node version v14.18.0
発生している問題・エラーメッセージ
so@sonoMacBook-Pro ~ % npm install -g expo-cli npm WARN deprecated graphql-tools@3.0.0: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated uuid@3.0.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. /Users/so/.npm-global/bin/expo -> /Users/so/.npm-global/lib/node_modules/expo-cli/bin/expo.js /Users/so/.npm-global/bin/expo-cli -> /Users/so/.npm-global/lib/node_modules/expo-cli/bin/expo.js + expo-cli@4.12.6 added 1 package from 1 contributor and updated 5 packages in 114.594s so@sonoMacBook-Pro ~ % expo -v zsh: command not found: expo
試したこと
グローバルインストールをしてので、
npm list -g
で確認。expoはinstallされている。
PATHが通っていないのかとおもったが、
which expo
としてもexpo not foundとなる。
聞きたいこと
こちらはnpmのバージョンなどが関係しているのでしょうか。
それともPATHが通っていないだけなのでしょうか。
ぜひわかるかたいらっしゃいましたら解決策等おしえていただけたら幸いです。
ご回答よろしくおねがいいたします。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/22 00:43