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

ESM cache not cleared during an upgrade #20

Open
thomvaill opened this issue Jan 20, 2021 · 1 comment
Open

ESM cache not cleared during an upgrade #20

thomvaill opened this issue Jan 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@thomvaill
Copy link
Owner

Bug Report

Description

After upgrading log4brains to a newer version, the ESM cache is not cleared.
As a result, the old code is still executing.

Issue encountered for now only on macOS. Haven't tried yet on other platforms.

@thomvaill thomvaill added the bug Something isn't working label Jan 20, 2021
@thomvaill
Copy link
Owner Author

Same issue when fixing #27.
I has to use this workaround to upgrade:

npm uninstall -g log4brains
npm install -g log4brains

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