You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Hi @raedle thank you for the cool library and the quick response!
I get https://registry.npmjs.org/ when running npm config get registry.
Same a similar error, now with npm: error An unexpected error occurred: "https://registry.npmjs.org/react-native-template-react-native-template-pytorch-live: Not found".
You can check all globally installed packages with the following command:
npm list -g --depth=0
Also make sure to check the globally installed packages with yarn:
yarn global list
If react-native is installed globally, remove it and try again.
If you tried the above and still get the error An unexpected error occurred: "https://registry.npmjs.org/react-native-template-react-native-template-pytorch-live: Not found", please try adding the --ignore-existing flag to force npx to ignore any locally installed versions of the CLI and use the latest.
Version
v0.1.2
Problem Area
CLI
Steps to Reproduce
Following the tutorial, no errors on the setup, but when initializing a new project, the template doesn't get downloaded.
error An unexpected error occurred: "https://registry.yarnpkg.com/react-native-template-react-native-template-pytorch-live: Not found".
Expected Results
I think it should download from "https://registry.yarnpkg.com/react-native-template-pytorch-live", not "https://registry.yarnpkg.com/react-native-template-react-native-template-pytorch-live". I don't know why it tries to install from that URL.
Code example, screenshot, or link to repository
No response
The text was updated successfully, but these errors were encountered: