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

[BUG] Running standard examples fails #1145

Open
2 of 3 tasks
ThibaultJanBeyer opened this issue Dec 17, 2024 · 2 comments
Open
2 of 3 tasks

[BUG] Running standard examples fails #1145

ThibaultJanBeyer opened this issue Dec 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ThibaultJanBeyer
Copy link

ThibaultJanBeyer commented Dec 17, 2024

What happened?

Running standard examples fails i.e.:

  • Running pnpm create plasmo --with-supabase --with-tailwindcss gives me build failures (see logs below)

These standards should work, no?
Also I've hard times debugging, often I just get:

🔄 Building..node(70031,0x1711d7000) malloc: Incorrect checksum for freed object 0x135ac1e00: probably modified after being freed.
Corrupt value: 0x0
node(70031,0x1711d7000) malloc: *** set a breakpoint in malloc_error_break to debug
node(70031,0x1715e3000) malloc: Incorrect checksum for freed object 0x136316800: probably modified after being freed.
Corrupt value: 0x3932383338356433
node(70031,0x1715e3000) malloc: *** set a breakpoint in malloc_error_break to debug

or

(node:13618) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
🔄 Building..node(13618,0x17b3c7000) malloc: Incorrect checksum for freed object 0x15abc2400: probably modified after being freed.
Corrupt value: 0x0
node(13618,0x17abaf000) malloc: Incorrect checksum for freed object 0x11a9ca200: probably modified after being freed.
Corrupt value: 0x0
node(13618,0x17b3c7000) malloc: *** set a breakpoint in malloc_error_break to debug
node(13618,0x17abaf000) malloc: *** set a breakpoint in malloc_error_break to debug
node(13618,0x17b7d3000) malloc: Incorrect checksum for freed object 0x14a9c1000: probably modified after being freed.
Corrupt value: 0x0
node(13618,0x17b7d3000) malloc: *** set a breakpoint in malloc_error_break to debug
 ELIFECYCLE  Command failed.

Which doesn't tell me anything about where the issue is?

Thanks!

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

Chrome

Relevant log output

🟢 DONE   | Extension re-packaged in 218ms! 🚀
🔴 ERROR  | Build failed. To debug, run plasmo dev --verbose.
🔴 ERROR  | The expression evaluated to a falsy value:

  (0, \_assert().default)(internalBundleGraph != null)

🔴 ERROR  | Build failed. To debug, run plasmo dev --verbose.
🔴 ERROR  | The expression evaluated to a falsy value:

  (0, \_assert().default)(internalBundleGraph != null)

🔴 ERROR  | Build failed. To debug, run plasmo dev --verbose.
🔴 ERROR  | The expression evaluated to a falsy value:

  (0, \_assert().default)(internalBundleGraph != null)

🔴 ERROR  | Build failed. To debug, run plasmo dev --verbose.
🔴 ERROR  | The expression evaluated to a falsy value:

  (0, \_assert().default)(internalBundleGraph != null)

🔴 ERROR  | Build failed. To debug, run plasmo dev --verbose.
🔴 ERROR  | The expression evaluated to a falsy value:

  (0, \_assert().default)(internalBundleGraph != null)

(OPTIONAL) Contribution

  • I would like to fix this BUG via a PR

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@ThibaultJanBeyer ThibaultJanBeyer added the bug Something isn't working label Dec 17, 2024
@ThibaultJanBeyer
Copy link
Author

Nevermind, for some reasons it worked smoothly now? I suspect network issues

@ThibaultJanBeyer
Copy link
Author

Actually now I have it again… I have no idea what it is, it seems to happen randomly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant