[Solved] Project export error

Hi

I tried to export my project as Windows file and i got this error message:

Error: ‘build’ in the application package.json (/worker/app-a1abd540-a380-4fbe-a337-b0f0e96e739b/package.json) is not supported since 3.0 anymore. Please move ‘build’ into the development package.json (/worker/package.json)

Before the new update (beta96) it worked perfectly.
Can somebody tell me what should i do? Thanks a lot

@4ian The build service is up to date for b96?
Same error for me with Windows zip and auto-installer
my log file:

Error: ‘build’ in the application package.json (/worker/app-0c63c4d1-35e1-4b16-9559-17c47fe0b949/package.json) is not supported since 3.0 anymore. Please move ‘build’ into the development package.json (/worker/package.json)

Same here


Just tried the Windows auto-installer export and it worked fine. :thinking:

Thanks for confirming Gruk then, I fixed it earlier today :smiley:
Thanks everyone for reporting this, there was indeed an issue in the way workers were launching the build. Should work well with beta 96 now.

2 Likes

Now it worked for me as well :smiley: Thanks for fixing it!

1 Like