-
-
Notifications
You must be signed in to change notification settings - Fork 189
npm won't get re-installed after node update #120
Copy link
Copy link
Open
Labels
BugSomething isn't workingSomething isn't workingHelp WantedAssistance is required to resolve this issueAssistance is required to resolve this issueMaintenanceMaintenance issues such as failing buildsMaintenance issues such as failing buildsPriority: MediumWill bring visible benefit to the projectWill bring visible benefit to the projecthacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingHelp WantedAssistance is required to resolve this issueAssistance is required to resolve this issueMaintenanceMaintenance issues such as failing buildsMaintenance issues such as failing buildsPriority: MediumWill bring visible benefit to the projectWill bring visible benefit to the projecthacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event
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).