hpal icon indicating copy to clipboard operation
hpal copied to clipboard

hapi pal CLI

Results 8 hpal issues
Sort by recently updated
recently updated
newest added

Trying to follow the hapipal [Getting Started tutorial](https://hapipal.com/getting-started), but ran into these issues: 1. `npm init @hapipal` does not work on Windows, see today's comments in [hapipal.com issue #72](https://github.com/hapipal/hapipal.com/issues/72) 2....

Addresses #42 Now, on starting the npm init dialog, we ignore `SIGINT` on our main process, so when you press ctrl + C (or however else you fire off a...

bug

### Context - *node version*: 10, 12 (specifically, 10.20.0 and 12.16.2) - *module version with issue*: latest (2.4.0) ### Steps to reproduce 1. `npx hpal new shreks-in-the-city` 2. Ctrl-C at...

bug

Not sure how I feel about what I came up with here: - Looking up the command definitions and looking for `[*]` to determine if it's a `meta` flag or...

These flags are handled by the supports-color package—we just need to ensure they don't cause bossy to complain. Might need special handling for `hpal run`.

bug
help wanted

There is some concern noted originally here https://github.com/hapipal/boilerplate/issues/85 that a user may be confused if they add a model after `hpal new` completes, but the server is still misconfigured. The...

enhancement
discussion

I am attempting to use ```hpal new ``` in a closed environment with no Internet access. When I try to run it, I get the following message: ``` Couldn't create...

question