CLIRough Edgesbughelp wanted
Description
Describe the bug
When running idyll --version in a directory outside of an idyll project, I see this:
$ idyll --version
Using version undefined (installed globally).
To install local dependencies in an Idyll project that
you've cloned from GitHub, run `npm install`.
To Reproduce Steps to reproduce the behavior:
- Install the latest
idyllglobally (npm i -g idyll@latest) - Navigate to a folder that does not contain an idyll project
- Run
idyll --version - See error
Expected behavior The correct version should be printed.