-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore: Update dependency requirements. Fix node version manager. #3831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
14 | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.node-version | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Included as a symlink to avoid version drifting between NVM and nodenv |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ Here is what is needed: | |
|
||
- `node` v14.x | ||
- `git` v2.x or greater | ||
- [`git-lfs`](https://git-lfs.github.com) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I encountered a somewhat mysterious error when building the project on a clean slate. Turns out we need this too! |
||
- [`yarn`](https://classic.yarnpkg.com/en/) | ||
- Used to install JS packages and run scripts | ||
- [`nfpm`](https://classic.yarnpkg.com/en/) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dunno anything about nvm, though I'm curious why these tools don't inspect package.json's engine info for this?
Seems like a reasonable change to me though!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, you would think it would be smarter!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, open source 😆