I'm trying to install rails webpacker with the command:
rails webpacker:install
but i got the error: Webpacker requires Node.js >= v6.4 and you are using v5.4.0
But typing nodejs --version returns: v8.4.0
I'm trying to install rails webpacker with the command:
rails webpacker:install
but i got the error: Webpacker requires Node.js >= v6.4 and you are using v5.4.0
But typing nodejs --version returns: v8.4.0
After 1h i just got my answer. The following command will do the trick:
Now it works
The solution of Fabio Castaldi worked for me too.