Hi everyone,
Iโm facing an issue while trying to initialize a new UI-only app in Neutrinos Studio. After creating the project, I ran npm install, but it failed with the following error:
npm ERR! code E401
npm ERR! Unable to authenticate, need: BASIC realm="Sonatype Nexus Repository Manager"
- Looks like the issue might be related to the
.npmrcfile configuration in the project. - The complete error log was found at:
C:\Users\Jishnu Anil\AppData\Local\npm-cache\_logs\2025-06-06T06_25_08_842Z-debug-0.log
Has anyone else encountered this issue? Any suggestions on resolving the authentication problem with the Nexus Repository during npm install?
Thanks in advance!