5
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Yarnでerror Command failed with exit code 127. が出たときの対処法

Last updated at Posted at 2021-06-25

状況

git cloneでNuxtのリポジトリを持ってきたのでyarn devでテストサーバーを立てようとしたら以下のようなエラーが発生

/bin/sh: 1: nuxt: Permission denied
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command

## 解決法

yarn install

すれば動きました。パッケージのインストールを忘れてたみたいです。Gitのをcloneして動かす場合は忘れがち

5
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?