Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoprefixer doesn’t support Node v0.10.37 #140

Closed
dheenaINDIAN opened this issue Aug 23, 2018 · 3 comments
Closed

Autoprefixer doesn’t support Node v0.10.37 #140

dheenaINDIAN opened this issue Aug 23, 2018 · 3 comments

Comments

@dheenaINDIAN
Copy link

I am using 9.1.3 version
Getting error while integrating with bootstrap as,

"Autoprefixer doesn’t support Node v0.10.37. Update it. "

@ai
Copy link
Owner

ai commented Aug 23, 2018

Yes. It doesn’t support it because 0.10 doesn’t have security updates anymore. Please update it ASAP, you make your business under attack.

@ai ai closed this as completed Aug 23, 2018
@cesc1989
Copy link

cesc1989 commented Aug 23, 2018

Hi @ai I think what @dheenaINDIAN says is that autoprefixer is using the "wrong" version of node.

In my case, I had to install a newer version (8.11.4) using nvm but I already had installed 0.10.46 via apt-get.

I tried to see if it was something the gem does or a dependency here https://github.com/ai/autoprefixer-rails/blob/master/lib/autoprefixer-rails/processor.rb#L159 and seems to be more of a thing from exec-js gem.

Anyway, I removed the one I've installed via apt-get and now the error's gone.

@ai
Copy link
Owner

ai commented Aug 23, 2018

Also the problem can be fixed by installing mini_racer gem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants