dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Running the CLI fails outside of an NPM project. #123

Closed agubler closed 7 years ago

agubler commented 7 years ago

Bug

Package Version: Latest

The dojo cli fails with TypeError: Path must be a string. Received null if no package.json exists in the directory.

The dojo cli should be able to be ran outside of a project especially for commands such as cli-create-app, is cli config supported outside of an npm project?