i try to install jet stream but when i run npm run build i am getting ( npm ERR! Missing script: "build" ) and css not build how can i solve this issue....?????
@@LeonelLopezBorbon thank you sir for your response i typos from comment I try npm run build But in the build not define in the file dev and other are present I try to find and fix the issue but i did not get the right one Thank you 😊
@@LeonelLopezBorbon thank you for your valuable reply i have follow the order, in the package.json file not found build that' why it is giving missing package.json "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production" },
INFO No publishable resources for tag [jetstream-views]. :( EDIT I see this has changed it now put the views by default just in the standard views/components directory
Can't wait for the Udemy course 🔥🙌
Thank you so much 🙏
Thanks man, appreciate the effort
My pleasure!
Great content keep it up !
Thanks, will do!
hi Dary, could you make videos about multi Auth using Jetstream even in Udemy, and by the way your voice is awesome :)
do you published the udemy course?
Yes I did: www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
hi can you make video about laravel with mongodb pls?
Hmm, I love that duo...
@@codewithdary ty
Very helpful ;) theme name ?
Synthwave '84 (Material)
Wow php ecosystem is wild
Yes :)
Do you have laravel course?
I have over 200 Laravel videos on my channel.
great
Thank you! 🙏
You can do: 'laravle new project_name --jet' to make new Laravel project with Jetstream
i try to install jet stream but when i run npm run build
i am getting ( npm ERR! Missing script: "build" )
and css not build
how can i solve this issue....?????
you wrote bad "nmp" correct is npm run build
@@LeonelLopezBorbon thank you sir for your response i typos from comment
I try npm run build
But in the build not define in the file dev and other are present
I try to find and fix the issue but i did not get the right one
Thank you 😊
@@dheeraj_kumar_1508 maybe before in order: first npm install then npm run build and last npm run dev
@@LeonelLopezBorbon thank you for your valuable reply
i have follow the order,
in the package.json file not found build that' why it is giving missing
package.json
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
npm run dev should work for you based on your package.json file.
INFO No publishable resources for tag [jetstream-views]. :(
EDIT I see this has changed it now put the views by default just in the standard views/components directory