-
Notifications
You must be signed in to change notification settings - Fork 8
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
hpal new <projectname> doesn't work in a closed environment #19
Comments
@reedog117 That command does require access to the hapipal boilerplate repo https://github.com/hapipal/boilerplate -- it clones the latest version on the |
Exactly! Roughly, the steps look like this,
|
Is this the only command that calls out to the Internet? i.e. can I clone it manually and copy it in, but still be able to use the other commands? |
|
Excellent. It would be very nice if the boilerplate and docs were accessible via |
That is a really interesting idea. It would take some planning to imagine exactly how that would work—especially for the documentation, which currently does not travel with the packages in order to keep production installations small. The other tricky thing is flavors, which we implement with git tags and git cherry-picking. But I can definitely imagine a plain installation working by downloading and unpacking an npm tarball into a directory. |
I am attempting to use
hpal new <projectname>
in a closed environment with no Internet access. When I try to run it, I get the following message:Our repos are proxied through verdaccio so we can still install whatever we need to, but I'm wondering if other external calls are being made.
The text was updated successfully, but these errors were encountered: