nodejs
nodejs copied to clipboard
Switching between previously installed versions of Node does not work.
When switching between previously installed versions of node this cookbook will not run the make install which does not update the current node binary.
Part a set of node update issues
I'll take this report to mean.
- installed node using source version A
- installed node using source version B B>A
- installed node using source version A - Version A does not get installed. something is wrong with the node binary at this point
I'll see if I can reproduce this situation and define the error.
Any update on this?