Page MenuHomePhorge

nfrmt (Daniel Morlock)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 16 2015, 3:09 PM (435 w, 1 d)

Recent Activity

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/npm
Apr 5 2017, 2:31 PM · Winterfell
nfrmt 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?

Apr 5 2017, 2:08 PM · Winterfell