解决:指定版本
react-native init douban --version 0.68.2
但是完了之后又
The engine "node" is incompatible with this module. Expected version "^18.18.0 || ^20.9.0 || >=21.1.0". Got "18.16.1"
解决:
yarn config set ignore-engines true
解决:指定版本
react-native init douban --version 0.68.2
但是完了之后又
The engine "node" is incompatible with this module. Expected version "^18.18.0 || ^20.9.0 || >=21.1.0". Got "18.16.1"
解决:
yarn config set ignore-engines true