Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package not found after npm install #805

Open
TheCheddarCheese opened this issue Nov 1, 2024 · 2 comments
Open

Package not found after npm install #805

TheCheddarCheese opened this issue Nov 1, 2024 · 2 comments

Comments

@TheCheddarCheese
Copy link

Hi, I tried installing the utaformatix-ts package with npm:

npx jsr add @sevenc-nanashi/utaformatix-ts

It shows up in my package.json, but when I try to compile my TS files I get this error:

src/convert.ts:1:25 - error TS2307: Cannot find module 'jsr:@sevenc-nanashi/utaformatix-ts' or its corresponding type declarations.

import { Project } from "jsr:@sevenc-nanashi/utaformatix-ts";
@github-project-automation github-project-automation bot moved this to Needs Triage in JSR Nov 1, 2024
@lucacasonato
Copy link
Member

What does your tsconfig.json look like?

@TheCheddarCheese
Copy link
Author

What does your tsconfig.json look like?

https://pastebin.com/GmcqFyBs

Do I have to add something? I didn't see anything about that in the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Triage
Development

No branches or pull requests

2 participants