REACTJS
11月1
npm install -g create-react-app
create-react-app my-app
cd my-app/
yarn start
[codes=c#]
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in D:\study\react\hello-react\node_modules\postcss-safe-parser\node_modules\postcss\package.json
[/codes]

node降级
gnvm use 14.7.0
yarn start
success
create-react-app my-app
cd my-app/
yarn start
[codes=c#]
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in D:\study\react\hello-react\node_modules\postcss-safe-parser\node_modules\postcss\package.json
[/codes]
node降级
gnvm use 14.7.0
yarn start
success