初投稿です。宜しくお願いします。
前提・実現したいこと
Reactの環境構築。
Windows powershell内でyarnとcreate-react-appを使いアプリを作っていこうとしたらエラーメッセージが発生しました。
発生している問題・エラーメッセージ
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
yarn add v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
error @typescript-eslint/eslint-plugin@4.8.1: The engine "node" is incompatible with this module. Expected version "^10.12.0 || >=12.0.0". Got "11.13.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Aborting installation.
yarnpkg add --exact react react-dom react-scripts cra-template --cwd C:\Users\kimit\desktop\work\React\count_app has failed.
Deleting generated file... package.json
Deleting generated file... yarn.lock
ソースコード
試したこと
node.jsをアンインストールしてから再ダウンロードしましたが解決しませんでした。
上記のエラーにtypescript~と書いてありますが、そちらのnode.jsが対応してないのであればどのような手順で解決して言いかわからず1日過ぎてしまいました。
Reactの学習を進めていきたいので、どなたか教えて頂けますでしょうか。宜しくお願いします。
回答1件
あなたの回答
tips
プレビュー