This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-01-24 08:00:10 -05:00
Code
Issues
Packages
1
Wiki
Activity
0db73f6333
denoland-deno
/
tests
/
specs
/
npm
/
npmrc_bad_token
/
.npmrc
3 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
FUTURE: initial support for .npmrc file (#23560) This commit adds initial support for ".npmrc" files. Currently we only discover ".npmrc" files next to "package.json" files and discovering these files in user home dir is left for a follow up. This pass supports "_authToken" and "_auth" configuration for providing authentication. LSP support has been left for a follow up PR. Towards https://github.com/denoland/deno/issues/16105
2024-05-23 22:26:23 +01:00
@denotest:registry=http://127.0.0.1:4261/
fix: update deno_npm (#24065)
2024-06-05 20:22:40 +01:00
//127.0.0.1:4261/:_authToken=invalid-token
Copy permalink