1 Answer
Can you further provide the steps which you did from starting, also did you compile the assets before running the code? if not first check with following steps in your terminal.
first run these code to check if node or npm is running or not.
node -vandnpm -vif not installed, then install itnpm install, after thatRun all Mix tasks and minify output...
npm run prodtry this
mix.js('resources/js/app.js', 'public/js');
0 comments:
Post a Comment
Thanks