You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:23021) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use node --trace-warnings ... to show where the warning was created) 0.2.12
#240
Open
rockmandash opened this issue
Jan 2, 2025
· 3 comments
wangzhiyong@wangzhiyongdeMacBook-Pro ~ % repomix --version
(node:23021) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
0.2.12
wangzhiyong@wangzhiyongdeMacBook-Pro ~ %
Everytime I type repomix --version this annoying error message shows up.
The text was updated successfully, but these errors were encountered:
Thank you @rockmandash for reporting this issue and @roooxnode for providing the workaround solution!
Sorry for the late response.
It seems this warning is occurring because the debug package (used via secretlint) is trying to load supports-color (ESM) using require(). debug-js/debug#912
Everytime I type
repomix --version
this annoying error message shows up.The text was updated successfully, but these errors were encountered: