We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi My server Runs fine but when i try to run client with below command php artisan profiler:client
I get below Error Starting Profiler Client ... 'node_modules' is not recognized as an internal or external command, operable program or batch file.
The text was updated successfully, but these errors were encountered:
I have the same issue
Sorry, something went wrong.
npm install laravel-profiler-client --save-dev
package.json
{ "scripts": { "profiler-server": "node node_modules/laravel-profiler-client/server/server.js http=8099 ws=1901", "profiler-client": "http-server node_modules/laravel-profiler-client/dist/ -o -s", "ps": "npm run profiler-server", "pc": "npm run profiler-client" }, "devDependencies": { "laravel-profiler-client": "^1.3.0" } }
npm run ps
No branches or pull requests
Hi
My server Runs fine but when i try to run client with below command
php artisan profiler:client
I get below Error
Starting Profiler Client ...
'node_modules' is not recognized as an internal or external command,
operable program or batch file.
The text was updated successfully, but these errors were encountered: