You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
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.
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.jsandmodels. It fails to run saying: "To use this command, please go into the directory of a valid Jovo project."If I symlink the
package.jsonandsrc/folders into this folder it works. If I make a dummypackage.jsonand an emptysrc/folder it no longer works.What set of condition is the CLI looking for?
Your Environment