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] CLI: plasmo dev is freezing & unresponsive #1062

Closed
3 tasks done
jlalmes opened this issue Sep 5, 2024 · 1 comment
Closed
3 tasks done

[BUG] CLI: plasmo dev is freezing & unresponsive #1062

jlalmes opened this issue Sep 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jlalmes
Copy link
Contributor

jlalmes commented Sep 5, 2024

What happened?

When saving a file the Extension re-packaged is not showing. Then when trying to exit the process with Ctrl + C it is unresponsive, must kill the pid with kill -9.

Is there a way to get more verbose logs so that I can identify the issue - DEBUG=* doesn't reveal any additional information.

Screenshot 2024-09-05 at 11 35 08

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

No response

Relevant log output

No response

(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.
@jlalmes jlalmes added the bug Something isn't working label Sep 5, 2024
@jlalmes
Copy link
Contributor Author

jlalmes commented Sep 5, 2024

Ok think this was caused by me overriding the @parcel/watcher module, because I was unable to install plasmo (cc parcel-bundler/watcher#156).

Screenshot 2024-09-05 at 12 39 34

I have now changed the override to the following - and so far seems to work great!

// package.json
{
  ...
  "overrides": {
    "@parcel/watcher": "2.1.0"
  }
}

@jlalmes jlalmes closed this as completed Sep 5, 2024
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