The dll:serve
script in the generated package does not work
#87
Labels
squad:platform
Issue to be handled by the Platform team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
cwd
as the script suggests.yarn run dll:serve
prints a lot of strings (see:yarn run test
prints unexpected characters ckeditor5#11092).✔️ Expected result
yarn run dll:serve
works.❌ Actual result
❓ Possible solution
resolutions
key in pkg.json fixes the problem (see: ckeditor/ckeditor5@a4100bf).📃 Other details
Once you generate a new package, you can modify its
package.json
and reinstall dependencies.To avoid executing
dll:serve
, you can see a version of thecolors
package innode_modules/
or lock files (package-lock.jsonor
yarn.lock`)A proper fix is needed in
packages/ckeditor5-package-generator/lib/templates/package.json
Node: v14.18.1
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: