laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.32k stars 10.95k forks source link

There is no package.json file while installing fresh laravel application #45060

Closed VeRJiL closed 1 year ago

VeRJiL commented 1 year ago

Description:

I was trying to create a Laravel breeze starter kit but after I have executed the npm i command and There was an error that compser.json file does not exists. I tried to install Laravel from scratch using laravel new blog command but there was no package.json file there. But every thing is ok when installing using compoer composer create-project laravel/laravel example-app

Steps To Reproduce:

just run laravel new your-project

VeRJiL commented 1 year ago

I have executed composer global require laravel/installer command again and things got back to normal