qooxdoo-compiler icon indicating copy to clipboard operation
qooxdoo-compiler copied to clipboard

qx package migrate Output

Open rommni opened this issue 4 years ago • 0 comments

I tested the last version of compiler (last commit: https://github.com/qooxdoo/qooxdoo-compiler/commit/d144c1498ece2e47cc8708aa1280a9e5448978b5) by doing git clone and npm pack.

After running npm install with new tar.gz generated i run qx compile and it asked me :

*** Framework and/or compiler dependencies in Manifest need to be updated.
*** Please run 'qx package migrate' to apply the changes. If you don't want this, downgrade to a previous version of the compiler.

So I run npx qx package migrate and it changed in my Manifest.json , however the output of the command was :

Updated dependencies in Manifest.json.
The following files were changed:
Migration completed.

I think that Manifest.json should be in the The following files were changed: statement.

rommni avatar Jul 28 '20 06:07 rommni