Skip to content

New node version incompatible with frontend installation #521

@mimithecoconut

Description

@mimithecoconut

Currently the installation depends on node v16. So when the frontend installation is done with newer version of node, there will be an error when running yarn. We can see an example of a snapshot of the error message generated:
image

The current quickest solution is to use nvm and change to any node v16 with npm install <node version> and then npm use <node version>. For the future, a possible improvement is to ensure installation is extended for newer node versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions