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
When I run get-skill-package:dev and get-skill-package:prod, it should pick the correct configuration.
Current Behavior
Currently when I run both command I get a warning that says WARN Stage (dev OR prod) could not be found in your project configuration. Taking default configuration....
The difference is that when I run the dev command, it actually works because it picks the default configuration which is the dev one.
But when I run the prod command, it fails with the below error message.
Error log
WARN Stage prod could not be found in your project configuration. Taking default configuration...
(node:6404) Warning: Accessing non-existent property 'stages' of module exports inside circular dependency
Your Environment
Jovo CLI version used: 4.1.6
Operating System: Windows 10
The text was updated successfully, but these errors were encountered:
acerbisgianluca
changed the title
Stage prod could not be found in your project configuration even if it's defined
"Stage prod could not be found in your project configuration" even if it's defined
Apr 17, 2023
I'm submitting a...
Expected Behavior
In
package.json
I've these 3 scripts:Here is my Jovo configuration, where I've defined 2 stages:
dev
andprod
.When I run
get-skill-package:dev
andget-skill-package:prod
, it should pick the correct configuration.Current Behavior
Currently when I run both command I get a warning that says
WARN Stage (dev OR prod) could not be found in your project configuration. Taking default configuration...
.The difference is that when I run the
dev
command, it actually works because it picks the default configuration which is thedev
one.But when I run the
prod
command, it fails with the below error message.Error log
Your Environment
The text was updated successfully, but these errors were encountered: