README: Add line to install Node.js #409
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#409
Loading…
Reference in a new issue
No description provided.
Delete branch "ilja/akkoma-fe:README_add_to_install_node"
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?
For someone who isn't used to building fe things like this, it's
not always clear to install Node.js or what version.
A line has been added to the "Build Setup" instructions pointing to
resources where to get Node.js and what version to use. For version I
point to the woodpecker config because that is what the CI uses and
therefor always "tested".
There was a file .node-version who contained a node version, but
this was seriously outdated and removing it didn't seem to break
anything. Assuming it indeed doesn't do anything any more, it seems
better to remove to avoid confusion.
Add line to install Node.jsto README: Add line to install Node.jsmakes sense
wowee that .node_version of 7... when was the last time that was touched i wonder