npx create-turbo@latest -e with-react-native-web
fails installation
#9100
Labels
area: examples
Improvements or additions to examples
Verify canary release
Link to code that reproduces this issue
CodeSandbox Devbox
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Windows
Which canary version will you have in your reproduction?
2.1.1-canary.0
Describe the Bug
The command
npx create-turbo@latest -e with-react-native-web
, after choosingnpm
as package manager, fails its execution, with the following error message:The error message says to report this error as bug.
Expected Behavior
proper installation of all the dependencies, both
web
andnative
projects ready to start.To Reproduce
just run the command
npx create-turbo@latest -e with-react-native-web
, and the installation will fail.Additional context
No response
The text was updated successfully, but these errors were encountered: