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

Missing dependencies in generated application #46

Open RobertGary1 opened 6 years ago

RobertGary1 commented 6 years ago

When Grommet references dependencies in SCCS imports they need to be a top level dependency or the SCCS compiler cannot find them. The following need to be added to package.json of the generated application..

"inuit-defaults": "0.2.3",
"inuit-responsive-settings": "0.1.5",
"inuit-functions": "0.2.0",
"inuit-responsive-tools": "0.1.3",
"inuit-reset": "0.1.1",
"inuit-shared": "0.1.5",
"inuit-normalize": "4.1.1",
"inuit-mixins": "0.2.3",
L0ZZI commented 6 years ago

Is that right @alansouzati?