This repository was archived by the owner on Sep 4, 2020. It is now read-only.
Description 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:
npm install -g grommet-cli -- Everything goes well
'grommet new sample-app' -- Output below...
Generating app at: ...
App generation successfully completed
Installing Grommet dependencies...
If the install fails, make sure...
A few harmless warnings
Culminates with "Binary is fine; exiting."
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
Grommet version: 0.1.2
Browser Name and version: Never get to browser considerations
Operating System and version (desktop or mobile): Desktop, OS X El Capitan 10.11.6
Reactions are currently unavailable
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:
npm install -g grommet-cli-- Everything goes wellGenerating app at: ...
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 --helpas 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