Skip to content

Commit

Permalink
🐛 react-scripts に依存している postcss に既知のバグがあり動かなくなるので Node のバージョンを下げる
Browse files Browse the repository at this point in the history
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
dodonki1223 committed Nov 30, 2021
1 parent 8522c22 commit b961435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.0.0

0 comments on commit b961435

Please sign in to comment.