When I try to install npm I get this error version 8.19.3
npm ERR! 404 Not Found – GET https://skimdb.npmjs.com/registry/laravel-echo-server/-/laravel-echo-server-1.6.3.tgz – not_found
npm ERR! 404
npm ERR! 404 ‘laravel-echo-server@https://skimdb.npmjs.com/registry/laravel-echo-server/-/laravel-echo-server-1.6.3.tgz’ is not in this registry.
2
Answers
That URL seems to return a 404 in general.
Possible Solutions:
npm i laravel-echo-server
. If you still encounter issues,npm i https://github.com/tlaverdure/Laravel-Echo-Server
Further ReadingRun these commands