laravel 10.21.0
here i am trying to install laravel breeze package. breeze package installed without any issue. but when i refresh register and login page , there are a error massage. that massage advised to install npm.
laravel 10.21.0
here i am trying to install laravel breeze package. breeze package installed without any issue. but when i refresh register and login page , there are a error massage. that massage advised to install npm.
2
Answers
As you mentioned there is an error message. that message advised to install npm, then there is a missing node in your machine. First of all, check your node via the command
If you see there is a version of node then you can now run
If you don’t see any version then you have to download the node installer file from the link
After installing the node, check the node version and install the node module in your project.
install the javascript modules using the following command
or
If npm is installed, try the following command