LoginSignup
0
0

More than 3 years have passed since last update.

Vue CLI npm run serve実行時のエラー

Posted at

npm run serve 実行時に以下のようなエラーが表示される。

# Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 0x7ffeefbfc060zsh: illegal hardware instruction  npm run serve

nodeのversionをv12.0.0からv14.0.0に上げたところエラーが解消される。

✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️@MacBook-Pro vue-cli-test-project % npm run serve

> vue-cli-test-project@0.1.0 serve /Users/✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️✖️/Vue.js-tutorial/vue-cli-test-project
> vue-cli-service serve

 INFO  Starting development server...
98% after emitting CopyPlugin

 DONE  Compiled successfully in 1128ms                                  16:51:46


  App running at:
  - Local:   http://localhost:8080/
  - Network: http://192.168.2.101:8080/

  Note that the development build is not optimized.
  To create a production build, run yarn build.

スクリーンショット 2021-05-01 16.58.09.png

どうやらネットでググってみてもバージョンを変えたらなおったというケースは結構あったようです。

0
0
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
0
0