-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugIndicates an unexpected problem or unintended behavior.Indicates an unexpected problem or unintended behavior.
Description
The .nvmrc file specifies that the version to be used is lts/*. , but since October 29, 2024, version 22 has been upgraded to LTS.
This leads to a problem when executing the npm install command, which is as follows:
import { LogHelper } from '@/helpers/log-helper
^^^^^^^^^
SyntaxError: The requested module '@/helpers/log-helper' does not provide an export named 'LogHelper'.
With some quick research I could see that some other projects had similar issues, but I couldn't identify a solution :/.
I think a change is needed in the future so that new contributors are not discouraged.
In any case, I'd like to thank you Louis for this project, which I discovered a few years ago. I'll try to help out in my spare time, as the PDA is the last barrier for those who want to do without proprietary solutions ^^.
gagipro
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behavior.Indicates an unexpected problem or unintended behavior.