Skip to content

Commit

Permalink
3️⃣ Fix weird missing .npmrc thing that caused Deno (but not Bun) not…
Browse files Browse the repository at this point in the history
… to work with JSR dependency[1].

Note sure what happened here, but I may have accidentally deleted the file.

OR, Deno/JSR might have a bug when the code repo being used isn't a subdirectory of the user's home directory. I saw a bunch of errors emitted about "failed to clone blah blah" during JSR/NPM compat layer operations, but unfortunately lost the transcript.

ANYWAY though, it works after putting this .npmrc file into place, but I think that was supposed to have happened automatically... 🤔
  • Loading branch information
masonmark committed Jun 16, 2024
1 parent d4374d1 commit 07ef04c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@jsr:registry=https://npm.jsr.io
6 changes: 6 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07ef04c

Please sign in to comment.