Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

laravel Please update to at least Node v12.14

You have to upgrade your node so try these commands:

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
check node version by:

sudo node -v
it must show something like v14.*

You may need to restart your terminal to see the updated node version.

And then do npm run dev
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #Please #update #Node
ADD COMMENT
Topic
Name
9+8 =