mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2026-05-11 19:54:59 +00:00
fix: add local .npmrc to use public npm registry
- Configure frontend to use public npm registry instead of AWS CodeArtifact - Fixes authentication errors when running npm commands - Allows npm-check-updates (ncu) to run without credentials This resolves the "expired credentials" error by overriding the global .npmrc configuration with a local setting for this project. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
1
src/frontend/.npmrc
Normal file
1
src/frontend/.npmrc
Normal file
@ -0,0 +1 @@
|
||||
registry=https://registry.npmjs.org/
|
||||
Reference in New Issue
Block a user