Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 react-scripts に依存している postcss に既知のバグがあり動かなくなるので Node のバージョンを下げる
Node のバージョンが v16.13.0 だと以下のようなエラーが出てビルドに失敗するため、一旦 Node のバージョンを下げることで対応する ``` (node:3713) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /tmp/workspace/node_modules/postcss-safe-parser/node_modules/postcss/package.json. Update this package.json to use a subpath pattern like "./*". ``` react-scripts のバージョン(4.0.3)が上がるまで待つしかない……。詳しくは以下のページを確認してください - postcss/postcss-safe-parser#29 - facebook/create-react-app#11565
- Loading branch information