grommet / grommet-cli

Deprecated, use create-react-app for v2 instead. Command Line interface for grommet
Apache License 2.0
28 stars 18 forks source link

Hang on grommet new sample-app #1

Closed sgelliott closed 8 years ago

sgelliott commented 8 years ago

Utilizing the current documentation for Grommet under "Get Going" I run into the following cases where the tasks hang without resolution.

Documentation Reference: Get Started Official Documentation

Performed the steps as mentioned in documentation:

  1. npm install -g grommet-cli -- Everything goes well
  2. 'grommet new sample-app' -- Output below...

Generating app at: ...

  1. App generation successfully completed
  2. Installing Grommet dependencies...
  3. If the install fails, make sure...
  4. A few harmless warnings
  5. Culminates with "Binary is fine; exiting."
  6. List of package installs

The hang occurs after the following 2 messages: npm WARN sample-app@0.1.0 No repository field. npm WARN sample-app@0.1.0 No license field.

NOTE: Even when I use grommet new --help as recommended by @alansouzati and set values, the hang persists.

Expected Behavior

The generator for the sample-app should complete without hang or error.

Actual Behavior

It seems that no matter what the approach, when using official documentation, the generation of the sample-app does not complete successfully.

Steps to Reproduce

Mentioned above.

Your Environment

alansouzati commented 8 years ago

Pending on an existing PR for Vorpal: https://github.com/dthree/vorpal/pull/169.

In the meantime, I've released 0.1.3 that points to my fork to avoid this issue. Let's keep it open until this is resolved in Vorpal itself.

Thanks for the detailed information on the issue.

alansouzati commented 8 years ago

It seems that the main branch repo is not active. i will use my fork instead.