pihentagy
pihentagy5w ago

jsts with deno

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
> 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
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?