guidewire - Jutro - Error: command app:start not found - Stack Overflow

Getting a "Error: command app:start not found" msg when I run npm start. I'm using node

Getting a "Error: command app:start not found" msg when I run npm start. I'm using node v18.20.6, nvm v1.1.12 and npm v10.8.2 I already have two working Jutro applications on my machine with the same configuration.

I've generated the digitalsdk and have PcSdk and CcSdk folders in src\generated I have a node_modules\@jutro\cli-app\bin\run and run.cmd files npm install completes with no errors

Has anyone seen this error before? VSCode output

I've re-generated the digitalsdks and run npm install multiple times

Getting a "Error: command app:start not found" msg when I run npm start. I'm using node v18.20.6, nvm v1.1.12 and npm v10.8.2 I already have two working Jutro applications on my machine with the same configuration.

I've generated the digitalsdk and have PcSdk and CcSdk folders in src\generated I have a node_modules\@jutro\cli-app\bin\run and run.cmd files npm install completes with no errors

Has anyone seen this error before? VSCode output

I've re-generated the digitalsdks and run npm install multiple times

Share Improve this question edited Mar 9 at 21:54 Hilory 2,1677 gold badges14 silver badges30 bronze badges asked Mar 6 at 10:10 Syntax TerrorSyntax Terror 11 bronze badge 0
Add a comment  | 

1 Answer 1

Reset to default 0

Found a resolution to this. In package.json replace the relative file paths for the @jutro libraries with actual file versions e.g.

BEFORE

  "dependencies": {
    "@digitalsdk/cli": "^10.9.2",
    "@jutro/app": "file:./@jutro/app",
    "@jutro/auth": "file:./@jutro/auth",
    "@jutro/browserslist-config": "file:./@jutro/browserslist-config",
. . .

AFTER

  "dependencies": {
    "@digitalsdk/cli": "10.9.2",
    "@jutro/app": "10.9.2",
    "@jutro/auth": "10.9.2",
    "@jutro/browserslist-config": "10.9.2",
. . .

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744984115a4604510.html

相关推荐

  • guidewire - Jutro - Error: command app:start not found - Stack Overflow

    Getting a "Error: command app:start not found" msg when I run npm start. I'm using node

    1天前
    30

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信