Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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. ...
Andrew Newby's user avatar
  • 1,214
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 ...
Andrew Newby's user avatar
  • 1,214