0
0

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.

Nodejs Eslintの初期化設定で失敗した時の対応方法

Posted at

Nodejs Eslint 初期化設定で失敗した時の対応方法

npm install eslint@^x.xx --save-dev コマンドを実施したあと、eslintをインストールし、
初期化を実施しようと、.\node_modules.bin\eslint --initコマンドを実施、
How would you like to configure ESLint? の質問に対して Answer questions about your styleを選択しEnterを押したところ、そこから何の進展もなかった時、その解決方法を共有します。

環境の整理

  • 開発環境:Windows10 Home 64ビットオペレーティングシステム、x64ベースプロセッサ
  • Node version: v12.xx.xx
  • ESLint version: v4.19.1

現象

not.png

解決方法

  1. Nodejsの公式サイト( https://nodejs.org/ja/ )にアクセスし、node versionをダウンロード、アップデートする。
    ( 今回 Node version: v14.15.3 に更新 )

  2. 問題なく、進んでいることを確認する。
    yes.png

OK

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?