I’m trying to setup laravel in docker on macOS, while running laravel_node I’m getting following error:
<code>2024-08-10 10:57:02 npm ERR! code E404
2024-08-10 10:57:02 npm ERR! 404 Not Found - GET https://registry.npmjs.org/admin-resources - Not found
2024-08-10 10:57:02 npm ERR! 404
2024-08-10 10:57:02 npm ERR! 404 '[email protected]' is not in the npm registry.
2024-08-10 10:57:02 npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
2024-08-10 10:57:02 npm ERR! 404
2024-08-10 10:57:02 npm ERR! 404 Note that you can also install from a
2024-08-10 10:57:02 npm ERR! 404 tarball, folder, http url, or git url.
2024-08-10 10:57:02
2024-08-10 10:57:02 npm ERR! A complete log of this run can be found in:
2024-08-10 10:57:02 npm ERR! /root/.npm/_logs/2024-08-10T09_57_02_898Z-debug.log
</code>
<code>2024-08-10 10:57:02 npm ERR! code E404
2024-08-10 10:57:02 npm ERR! 404 Not Found - GET https://registry.npmjs.org/admin-resources - Not found
2024-08-10 10:57:02 npm ERR! 404
2024-08-10 10:57:02 npm ERR! 404 '[email protected]' is not in the npm registry.
2024-08-10 10:57:02 npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
2024-08-10 10:57:02 npm ERR! 404
2024-08-10 10:57:02 npm ERR! 404 Note that you can also install from a
2024-08-10 10:57:02 npm ERR! 404 tarball, folder, http url, or git url.
2024-08-10 10:57:02
2024-08-10 10:57:02 npm ERR! A complete log of this run can be found in:
2024-08-10 10:57:02 npm ERR! /root/.npm/_logs/2024-08-10T09_57_02_898Z-debug.log
</code>
2024-08-10 10:57:02 npm ERR! code E404
2024-08-10 10:57:02 npm ERR! 404 Not Found - GET https://registry.npmjs.org/admin-resources - Not found
2024-08-10 10:57:02 npm ERR! 404
2024-08-10 10:57:02 npm ERR! 404 '[email protected]' is not in the npm registry.
2024-08-10 10:57:02 npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
2024-08-10 10:57:02 npm ERR! 404
2024-08-10 10:57:02 npm ERR! 404 Note that you can also install from a
2024-08-10 10:57:02 npm ERR! 404 tarball, folder, http url, or git url.
2024-08-10 10:57:02
2024-08-10 10:57:02 npm ERR! A complete log of this run can be found in:
2024-08-10 10:57:02 npm ERR! /root/.npm/_logs/2024-08-10T09_57_02_898Z-debug.log
If I access https://registry.npmjs.org/admin-resources on browser it shows not found error.
Looks like registry is down or not accessible from my location? Is there any other alternative to this?
How to fix it?