laravel please update to at least node v12 14

Solutions on MaxInterview for laravel please update to at least node v12 14 by the best coders in the world

showing results for - "laravel please update to at least node v12 14"
Joana
09 May 2019
1You have to upgrade your node so try these commands:
2
3sudo npm cache clean -f
4sudo npm install -g n
5sudo n stable
6check node version by:
7
8sudo node -v
9it must show something like v14.*
10
11You may need to restart your terminal to see the updated node version.
12
13And then do npm run dev
similar questions