User Details
User Details
- User Since
- Dec 16 2015, 2:09 PM (537 w, 1 d)
Apr 5 2017
Apr 5 2017
nfrmt added a comment to T1967: Node.js and npm conflict.
As a workaround I used nvm to install an appropriate version for npm:
export NODE_VERSION=0.12.8 && \
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash && \
export NVM_DIR="/root/.nvm" && \
source $NVM_DIR/nvm.sh && \
nvm install v$NODE_VERSION && \
ln -s /root/.nvm/versions/node/v0.12.8/bin/npm /usr/bin/npmnfrmt added a comment to T1967: Node.js and npm conflict.
This bug also occurs in Kolab 16. Why does Kolab package Node JS and don't use the official Node JS packages?
