Don't worry @shazz
just do these thing to solve the actual no need to used above solution
I am facing same issue I have ruby on rails 6 and I am using nvm to install node and npm Unfortunately I have install latest version of node but not install LTS verion. When i am going to create new app then it give warning you are using unstable version of node js. I ignore this error but when I got this error I search about that. But fortunateloy I have foound that I am using latest version .
First Step
Install stable version nvm install 14.15.4 and you can check nodejs.org/en/ latest version from here
Second Step
nvm uninstall 15.6.0 which is latest version this commond actually remove node version
Last step nvm alias default 14.15.4
After this create new app & enjoy
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hello,
I am getting "Webpacker can't find application ..." error with rest of the same messages that you were getting. Any suggestion on what to do?
Thank you for your post.
Shazz.
Don't worry @shazz just do these thing to solve the actual no need to used above solution
I am facing same issue I have ruby on rails 6 and I am using nvm to install node and npm Unfortunately I have install latest version of node but not install LTS verion. When i am going to create new app then it give warning you are using unstable version of node js. I ignore this error but when I got this error I search about that. But fortunateloy I have foound that I am using latest version .
First Step
Install stable version nvm install 14.15.4 and you can check nodejs.org/en/ latest version from here
Second Step
nvm uninstall 15.6.0 which is latest version this commond actually remove node version
Last step nvm alias default 14.15.4
After this create new app & enjoy