All Questions
Tagged with npm ubuntu-18.04
2 questions
1
vote
0
answers
3k
views
node-sass error when installing on Ubuntu 18.04
I'm having problems installing node-sass on my server.
root@west:/usr/lib/node_modules# npm install -g node-sass
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. ...
1
vote
1
answer
789
views
Babel 6.26.3 keeps getting installed instead of version 7.7
I'm setting up a new server (Ubuntu 18.10), and I can't seem to get the latest Babel installed. I'm doing:
apt-get -y install npm
sudo npm install -g babel-cli
npm install --save-dev @babel/core
Yet ...