Closed jmatsushita closed 2 months ago
Seems like something is failing in react-native-macos-init
? Perhaps that module needs to be updated to support more modern package managers?
I just faced this issue and solved it by enabling corepack -> https://yarnpkg.com/getting-started/install
the actual error is
Unknown Syntax Error: Unsupported option name ("-s").
Was there a fix to this?
Sorry, issue still open. Fix is known and committed, but the new version of react-native-macos-init
isn't published that contains the fix because of a publishing issue.
Fixed with version 2.1.2
Environment
Steps to reproduce the bug
in a fresh project:
Run
Expected Behavior
Install without error.
Actual Behavior
Fails with
Reproducible Demo
No response
Additional context
Switching back to
classic
just works:Completes without errors.