-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--npm
on new template project missing performance.now in runtime
#32224
Comments
--npm
on new template project missing performance.now
in runtime
react-native-community/releases#252
Tested on 0.65.1 and does not occur |
The issue seems to be caused by
|
@lunaleaps @ShikaSD fixed in CLI 6.0.1 |
We still need to verify if |
OK, I verified it worked properly with the CLI update
Verified peer deps:
And building w/ Xcode and running it worked with no issue: |
Version
0.66.0-rc.2
Build Target(s)
Android, iOS
Developer Environment
Intel, macOS
Issue and Reproduction Steps
Steps to repro
In terminal
Here is how the
--npm
flag is used in react-native-cli: https://github.com/react-native-community/cli/blob/641b21f583c97e3d48ce87d5fe804f42db92fa5c/packages/cli/src/commands/init/init.ts#L213Attempting diffs of node_modules
diff RN662/node_modules NPM662/node_modules
diff -r RN66RC2/node_modules/react-native NPM662/node_modules/react-native
Outstanding questions -- to be investigated
The text was updated successfully, but these errors were encountered: