Skip to content

NodeJS 22 install error #539

@ghost

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 ^^.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions