-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
npm won't get re-installed after node update #120
Labels
Bug
Something isn't working
hacktoberfest
An issue highlighted for the digital ocean Hacktoberfest Event
Help Wanted
Assistance is required to resolve this issue
Maintenance
Maintenance issues such as failing builds
Priority: Medium
Will bring visible benefit to the project
Comments
same for me
|
we have this issue too |
+1 |
1 similar comment
+1 |
my hotfix for this: file '/usr/local/bin/npm' do
action :delete
end
link '/usr/local/bin/npm' do
to '/usr/local/npm-' + node['nodejs']['npm']['version'] + '/bin/npm-cli.js'
end |
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs. |
MarkGibbons
added
Needs Triage
Issue is waiting to be categorised
and removed
Stale
labels
Sep 30, 2020
Part of a whole set of upgrade issues. |
MarkGibbons
added
Bug
Something isn't working
hacktoberfest
An issue highlighted for the digital ocean Hacktoberfest Event
Help Wanted
Assistance is required to resolve this issue
Maintenance
Maintenance issues such as failing builds
Priority: Medium
Will bring visible benefit to the project
and removed
Needs Triage
Issue is waiting to be categorised
labels
Oct 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Something isn't working
hacktoberfest
An issue highlighted for the digital ocean Hacktoberfest Event
Help Wanted
Assistance is required to resolve this issue
Maintenance
Maintenance issues such as failing builds
Priority: Medium
Will bring visible benefit to the project
Given:
When:
Then
npm recipe should check the current npm version and re-install if is below the version specified in attributes. Ark only checks if the directory already exists (eg
/usr/local/node-3.8.0
).The text was updated successfully, but these errors were encountered: