Closed crmpicco closed 8 years ago
Upgrade Node.js. And please start looking at closed issues before posting. Yours is the nth duplicate...
You're right, I'm here all the time.
FWIW, On CentOS 7 you can do the following:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo ln -sf /usr/local/n/versions/node/5.4.1/bin/node /usr/bin/node
node –v (should show updated version now)
npm rebuild node-sass (Optional: if you use this)
We are still seeing this error on CentOS 6.7 using Node 5.4.1, which has native Promises I thought..
I have a CentOS 7 box and I have just installed the autoprefixer Gulp task. I am using NPM v3.5.3 and NodeJS v0.10.30 and when I run
gulp
at the CLI I get the following error:autoprefixer.coffee:
default.coffee:
Do I need to upgrade NodeJS (or NPM)? The answer given here - http://stackoverflow.com/a/32940141/691505 - to require
es6-promise
does not work for me.