S
Asked
Hi There,
I want to make some front-end changes, like adding extra fields and modifying colors. However, after making these changes, I can't run the "npm run watch" and "npm run build" commands—I get errors in my console. How can I solve this problem? I am using a Windows machine with a WAMP server.
Thanks
I want to make some front-end changes, like adding extra fields and modifying colors. However, after making these changes, I can't run the "npm run watch" and "npm run build" commands—I get errors in my console. How can I solve this problem? I am using a Windows machine with a WAMP server.
Thanks
- MSAnsweredHello,
For local development please use `npm run dev` after installing the dependencies with `npm i`
Thank you - SAnsweredAfter running the command, I get a corrupted website. Please check the attached photo.Attachments
- MSAnsweredHello,
Please user proper domain OR you can run `php artisan serve` in another terminal windows and access the site with http://localhost:8000
Thank you - SAnsweredNothing happened, same problem.
- SAnsweredany update?
- MSAnsweredHello,
I am clueless, please ask help form any friend that has used Laraval & Node on windows.
If you are share the npm run dev and then localhost:8000 full page screenshots that might help me understand the issue.
Thank you - SAnsweredI can't upload the video here, so I sent it via email. Please check your email.
- MSAnsweredHello,
Please check the browser developer tools' console and network tabs for errors.
Thank you - SAnsweredi see only this message on console tab, check attachment img pleaseAttachments
- SAnsweredi see only this message on console tab, check attachment img pleaseAttachments
- Login to Reply