Given:
- node installed using binary method
- npm installed using source method
When:
- update node version
- leave npm version unchanged
Then
- embbed npm of node is used.
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).
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).