Closed natedevxyz closed 1 month ago
same. even npx create-exp-app error
seems related to this issue on expo
https://github.com/expo/expo/issues/31912
I can look into applying the fix in our templates
the fix is:
babel-preset-expo is a dependency of expo and, preferably, should not be installed directly in your project. However, you can force-update your lockfile by running npm i --save babel-preset-expo@11.0.15 - and then removing this package again. npm's optimization should update the dependency chain expo@51 -> babel-preset-expo@11.0.15 by doing so.
seems related to this issue on expo
I can look into applying the fix in our templates
the fix is:
babel-preset-expo is a dependency of expo and, preferably, should not be installed directly in your project. However, you can force-update your lockfile by running npm i --save babel-preset-expo@11.0.15 - and then removing this package again. npm's optimization should update the dependency chain expo@51 -> babel-preset-expo@11.0.15 by doing so.
thank you, a hotfix for babel-plugin-react-compiler was released, it's working now
Expected Behavior
The "installing dependencies using npm..." step should complete without issues.
Current Behavior
The process is canceled due to the following error:
Possible Solution
I received several warnings regarding Babel plugins: "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained."
Steps to Reproduce
sh: ./scripts/link-react-compiler-runtime.sh: No such file or directory
CES Config File