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

Terminal Error: Command failed with exit code 3221225477. #1762

Open
lct01lct opened this issue May 13, 2024 · 2 comments
Open

Terminal Error: Command failed with exit code 3221225477. #1762

lct01lct opened this issue May 13, 2024 · 2 comments

Comments

@lct01lct
Copy link

Using Konva in Nodejs environment. For example, using vitest testing.
Using Layer and Stage terminals will result in errors.

image

describe('', () => {
  it('', () => {
    new Konva.Rect(); // pass
    new Konva.Layer(); // error
    new Konva.Stage({ // error
      container: document.body,
    });
  });
});
@lavrton
Copy link
Member

lavrton commented May 15, 2024

Hard to say. Looks like very windows related. Can you make a little repository to reproduce?

@lct01lct
Copy link
Author

Hard to say. Looks like very windows related. Can you make a little repository to reproduce?

https://github.com/lct01lct/Konva_Error_Repo

image

  npx envinfo --System --Binaries

  System:
    OS: Windows 11 10.0.22631
    CPU: (8) x64 Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz
    Memory: 7.87 GB / 15.87 GB
  Binaries:
    Node: 18.18.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 9.8.1 - C:\Program Files\nodejs\npm.CMD
    pnpm: 7.6.0 - ~\AppData\Roaming\npm\pnpm.CMD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants