Nuxt大好きスケーターです。
先日(2020年11月16日)久しぶりに$ yarn create nuxt-app
しました。
すると下記のようなエラーで環境構築できず..。
$ yarn create nuxt-app <project-name>
yarn create v1.3.2
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Installed "create-nuxt-app@3.4.0" with binaries:
- create-nuxt-app
/bin/sh: /usr/local/bin/create-nuxt-app: No such file or directory
error Command failed.
Exit code: 127
Command: /usr/local/bin/create-nuxt-app
Arguments: <project-name>
Directory: /Users/Yourname/Sites/PV
Output:
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.
ということで対処法を備忘録しておきます。
とりあえずググる
いつも通りエラーをコピペしてググるも、解決策を見つけられず..
初のパターン。
ということで時間がないので一旦yarn諦めて、npmで(笑)
$ npm init nuxt-app <project-name>
これで無事環境できました。
引き続き$ yarn create nuxt-app
できない原因を究明します。