-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Update things related to some package manager influencing setup process #7578
Conversation
Github specific shortcut syntax to issues still seem to be a mystery for me 😆 |
Codecov Report
@@ Coverage Diff @@
## master #7578 +/- ##
=======================================
Coverage 93.20% 93.20%
=======================================
Files 635 635
Lines 18136 18136
=======================================
Hits 16903 16903
Misses 1233 1233 Continue to review full report at Codecov.
|
@psychoslave are you using Last update to the We might also be able to symlink these files, but I thought the |
Hello @viktorsmari I did installed The project currently doesn't have a If some consensus arise in OFN community that it would be great to move to In any case, it's always possible to add specific documentation in a peripheral wiki page/section explaining how to set up a symlink that won't be tracked by git so no one is bothered with all possible preferences. Anyway, as interesting as the topic might be, I think it should be treated in its own issue and pull request. This one doesn't intend to address something that it is not directly pertaining to the #7578. |
I agree, fewer files are better and symlinking might be an overcomplication 😄 Since this PR is removing the only reference to This could be part of another PR / discussion, I just thought it was related. We could also remove references to
Maybe detailing in the wiki how each version manager is installed on multiple operating systems should not be the responsibility of OFN? These things change and every time I personally install Maybe it would be enough if we link to the official docs of each package manager, instead of copy pasting their installation instructions. Just a thought 😃 |
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.
Thanks!
I fixed that, I think the problem was you had the extra |
What? Why?
Fixes #7521
The version specified in the
.node-version
file is no longer supported, and trying to install it throughnodenv
or the like will not allow to run the project on a bright new system.This patch:
./script/setup
.What should we test?
Anything that allows to make sure no dependencies require a version
Release notes
Fix hindrances on new setup related to Node version
Changelog Category: Technical changes
Dependencies
Documentation updates
Already done:
Possibly might also require some edits: