jovotech / jovo-cli

🛠 Command Line Interface for the Jovo Framework: Makes voice experience deployment a breeze, including features like local development and staging.
https://www.jovo.tech/marketplace/jovo-cli
Apache License 2.0
57 stars 31 forks source link

What is a valid jovo project? #299

Open dustinlacewell opened 2 years ago

dustinlacewell commented 2 years ago

I'm submitting a...

What is a "valid jovo project"?

I am trying to clean up the root of my repository by putting the jovo stuff into a folder. In this folder I have the project.js and models. It fails to run saying: "To use this command, please go into the directory of a valid Jovo project."

If I symlink the package.json and src/ folders into this folder it works. If I make a dummy package.json and an empty src/ folder it no longer works.

What set of condition is the CLI looking for?

Your Environment

willthefirst commented 1 year ago

bump