Cannot use a private registry with create-snowpack-app #1918
Unanswered
davidhaley
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
+1 for this feature! Would love a PR to add if you're interested in contributing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
create-snowpack-app does not seem to support using a private registry.
npx create-snowpack-app test --template <template_name> --registry=<private_registry_url>
[ERROR] Unable to find "<template_name>" in the npm registry.
[ERROR] Cannot continue safely. Exiting...
I've added
csa-template
to the keywords in the package.json, configured a.npmrc
file with--registry=<private_registry_url>
, and also tried removing the=
in the command above.Expected Behaviour:
create-snowpack-app should retrieve the template from the private registry URL.
For now, I think I'll download the template and try installing it locally.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions