Nodejs 15 Support #30
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
nodejs version v14.15.5 works fine (see
README.md
).One may just need to use a different sass dependency.
Acceptance criteria
README.md
.