Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while creating a package #142

Closed
Reinmar opened this issue Mar 27, 2023 · 1 comment
Closed

Error while creating a package #142

Reinmar opened this issue Mar 27, 2023 · 1 comment
Labels
resolution:resolved This issue was already resolved (e.g. by another ticket). squad:devops Issue to be handled by the Devops team. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@Reinmar
Copy link
Member

Reinmar commented Mar 27, 2023

📝 Provide detailed reproduction steps (if any)

npx ckeditor5-package-generator @reinmar/ckeditor5-test
Need to install the following packages:
  ckeditor5-package-generator
Ok to proceed? (y) y
📍 Verifying the specified package name.
📍 Checking whether the "ckeditor5-test" directory can be created.
📍 Creating the directory "/Users/p/Workspace/ckeditor5-test".
📍 Choose the package manager: yarn
📍 Choose your programming language: TypeScript (experimental)
📍 Collecting the latest CKEditor 5 packages versions...
📍 Copying files...
⠉⠙ Installing dependencies... It takes a while./Users/p/.npm/_npx/5166aebc640c7801/node_modules/ckeditor5-package-generator/lib/utils/install-dependencies.js:77
				return reject( new Error( 'Installing dependencies finished with an error.' ) );
				               ^

Error: Installing dependencies finished with an error.
    at ChildProcess.<anonymous> (/Users/p/.npm/_npx/5166aebc640c7801/node_modules/ckeditor5-package-generator/lib/utils/install-dependencies.js:77:20)
    at ChildProcess.emit (node:events:390:28)
    at maybeClose (node:internal/child_process:1064:16)
    at Socket.<anonymous> (node:internal/child_process:450:11)
    at Socket.emit (node:events:390:28)
    at Pipe.<anonymous> (node:net:687:12)

📃 Other details

  • Node: 16.13.1
  • Npm / Yarn: 1.22.4
  • First affected version: …

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@Reinmar Reinmar added the type:bug This issue reports a buggy (incorrect) behavior. label Mar 27, 2023
@przemyslaw-zan
Copy link
Member

przemyslaw-zan commented Mar 28, 2023

This was already fixed on master, and we just haven't released the changes at the time. Now, the changes are released and the error is fixed.

@pomek pomek added squad:devops Issue to be handled by the Devops team. resolution:resolved This issue was already resolved (e.g. by another ticket). labels Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:resolved This issue was already resolved (e.g. by another ticket). squad:devops Issue to be handled by the Devops team. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

3 participants