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
On Windows 10 [kopytko-packager\src\env\args.js line 19] will have the "start" parsed as the first argument, and then it ignores the second argument, like "dev" or no arguments
Similar or dependent issues:
*
Additional Data
Which version of node and npm are you using?: 17.5.0 and 8.5.4
Operating System: Windos 10 64
Stack Trace:
kopytko start "dev"
KopytkoError: There is no config defined for start environment.
at KopytkorcReader.getEnvConfig (C:\Framework\test-framework\node_modules\@dazn\kopytko-packager\src\env\kopytkorc-reader.js:63:13)
at KopytkorcReader._getEnvManifestConfig (C:\Framework\test-framework\Framework\pevac-framework\node_modules\@dazn\kopytko-packager\src\env\kopytkorc-reader.js:90:28)
at KopytkorcReader.getManifestConfig (C:\Framework\test-framework\pevac-framework\node_modules\@dazn\kopytko-packager\src\env\kopytkorc-reader.js:45:36)
at getManifestConfig (C:\Framework\test-framework\node_modules\@dazn\kopytko-packager\src\env\kopytko-config.js:9:78)
at Object.<anonymous> (C:\Framework\test-framework\node_modules\@dazn\kopytko-packager\src\env\kopytko-config.js:36:18)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:999:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (C:\Framework\test-framework\node_modules\@dazn\kopytko-packager\src\core\plugins.js:3:44)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
Provider Error messages:
The text was updated successfully, but these errors were encountered:
This is a Bug Report
Description
Compiling the build crashed
Compile
Config from the kopytko-cli template
On Windows 10 [kopytko-packager\src\env\args.js line 19] will have the "start" parsed as the first argument, and then it ignores the second argument, like "dev" or no arguments
Similar or dependent issues:
*
Additional Data
The text was updated successfully, but these errors were encountered: