-
Notifications
You must be signed in to change notification settings - Fork 948
NO-JIRA update building instructions on Fedora #602
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
Conversation
The npm command is now provided by the package nodejs. Attempt to install the npm
package fails with the following message (if nodejs is installed)
$ sudo dnf install npm
Last metadata expiration check: 3:01:30 ago on Sun Jun 26 17:00:37 2016.
Error: installed package nodejs-1:4.4.5-1.fc24.x86_64 obsoletes npm < 3.5.4-6 provided by npm-3.5.4-5.fc24.noarch
(try to add '--allowerasing' to command line to replace conflicting packages)
If nodejs is not installed, the message is somewhat cryptic
$ sudo dnf install npm
Last metadata expiration check: 3:00:41 ago on Sun Jun 26 17:00:37 2016.
Error: package npm-3.5.4-5.fc24.noarch requires nodejs(engine), but none of the providers can be installed
(try to add '--allowerasing' to command line to replace conflicting packages)
| The new npm-shrinkwrap.json should be written, commit it. | ||
|
|
||
| #### Install npm On Fedora | ||
| #### Install npm On Fedora 24 |
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.
Why not leave the old comment in, and add the new comment? Not everyone's on Fedora 24 yet.
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.
Right. That would be probably best.
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.
so you're amending it?
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 did a PR since proposing a change seemed easier than filling Jira and describing what I want to propose. For such simple change it is probably easier if you just do it the way you want than to make me amend it into the shape you want it in. That is, exactly how it ended up.
This includes a few changes on building.md, as spotted by jdanekrh on apache#602
This includes a few changes on building.md, as spotted by jdanekrh on apache#602
This includes a few changes on building.md, as spotted by jdanekrh on apache#602
This includes a few changes on building.md, as spotted by jdanekrh on apache#602
This includes a few changes on building.md, as spotted by jdanekrh on apache#602
This includes a few changes on building.md, as spotted by jdanekrh on apache#602
The npm command is now provided by the package nodejs. Attempt to install the npm
package fails with the following message (if nodejs is installed)
If nodejs is not installed, the message is somewhat cryptic