2020年3月20日 星期五

[React]The engine "node" is incompatible with this module

[React]The engine "node" is incompatible with this module

在創建 create-react-app my-app 發生錯誤

error @typescript-eslint/experimental-utils@2.24.0: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "11.4.0"

輸入:yarn config set ignore-engines true

[React] 開發環境 vscode 出現 檔案無法載入,因為這個系統已停用指令碼執行 for win 10 安裝 yarn

[React]開發環境 vscode 出現 檔案無法載入,因為這個系統已停用指令碼執行 for win 10

使用 系統管理員身分執行 PowerShell
輸入Set-ExecutionPolicy RemoteSigned
然後按 Y
就可以使用 create-react-app my-app 指令


npm install -g yarn