I am struggling how to use the jsts npm module with deno. Has someone managed to set it up correctly? ``` > import * as jsts from 'npm:jsts' Uncaught TypeError: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///home/pihentagy/.cache/deno/npm/registry.npmjs.org/jsts/2.12.1/index.js' imported from 'file:///home/pihentagy/$deno$repl.mts' at async <anonymous>:1:35 ```