You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: