Nodejs 15 Support #30

Closed
opened 2023-06-20 18:18:24 +02:00 by migration-script · 0 comments

Story

As a developer, I want to be able to use the latest versions of the nodejs build dependency.

Description

The currently used node-sass package seems not to support nodejs version 15.X, which is the latest one (and the default in Archlinux).
Testing with nodejs version v15.11.0 produced the following error during build:

Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (88)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1

nodejs version v14.15.5 works fine (see README.md).
One may just need to use a different sass dependency.

Acceptance criteria

  • Build with latest nodejs version does not fail.
  • Build with nodejs LTS version (lates 14.X) does still not fail.
  • All supported versions documented in README.md.
# Story As a developer, I want to be able to use the latest versions of the nodejs build dependency. # Description The currently used node-sass package seems not to support nodejs version 15.X, which is the latest one (and the default in Archlinux). Testing with nodejs version v15.11.0 produced the following error during build: ```bash Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (88) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.14.1 ``` nodejs version v14.15.5 works fine (see `README.md`). One may just need to use a different sass dependency. # Acceptance criteria - [ ] Build with latest nodejs version does not fail. - [ ] Build with nodejs LTS version (lates 14.X) does still not fail. - [ ] All supported versions documented in `README.md`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#30
No description provided.