https://github.com/pedrofurtado/my-simple-app-that-uses-private-npm-package
My simple app that uses private npm package. Just for fun.
https://github.com/pedrofurtado/my-simple-app-that-uses-private-npm-package
Last synced: about 1 month ago
JSON representation
My simple app that uses private npm package. Just for fun.
- Host: GitHub
- URL: https://github.com/pedrofurtado/my-simple-app-that-uses-private-npm-package
- Owner: pedrofurtado
- Created: 2024-08-21T13:19:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T13:42:28.000Z (8 months ago)
- Last Synced: 2025-01-25T23:55:14.788Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-simple-app-that-uses-private-npm-package
```bash
npm install # it will not work, missing github tokenTOKEN_PRIVATE_REGISTRY_GITHUB_PACKAGES=xxx npm install # it will work! the github token needs the permission "read:packages"
```