You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue in my Laravel 12 project where the package.json file seems to be ignored or not working properly. When I try to run npm run build or any other npm script, nothing happens or I receive errors related to missing scripts or dependencies. It looks like the JSON package isn't being recognized or executed correctly. This is blocking my ability to build frontend assets and continue development. I expect Laravel 12 to properly handle the build setup out of the box, but this is proving to be a frustrating obstacle.
Steps To Reproduce
In my Laravel 12 project, the build process fails because the package.json scripts don't seem to execute properly. When I run npm run build, nothing happens, or I get errors related to missing scripts or dependencies. This suggests that either the package.json file is misconfigured, dependencies are not installed, or something in the environment is preventing the build process from running.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:
Laravel Version
12.11.1
PHP Version
8.2
Database Driver & Version
sqlite
Description
I'm experiencing an issue in my Laravel 12 project where the package.json file seems to be ignored or not working properly. When I try to run npm run build or any other npm script, nothing happens or I receive errors related to missing scripts or dependencies. It looks like the JSON package isn't being recognized or executed correctly. This is blocking my ability to build frontend assets and continue development. I expect Laravel 12 to properly handle the build setup out of the box, but this is proving to be a frustrating obstacle.
Steps To Reproduce
In my Laravel 12 project, the build process fails because the package.json scripts don't seem to execute properly. When I run npm run build, nothing happens, or I get errors related to missing scripts or dependencies. This suggests that either the package.json file is misconfigured, dependencies are not installed, or something in the environment is preventing the build process from running.
The text was updated successfully, but these errors were encountered: