-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I was trying to execute the example to start using the deno-webui
, but I can't pass through this error:
deno run --allow-read --allow-write --allow-net --allow-env --allow-ffi hello_world.ts
error: JSR package manifest for '@webui/deno-webui' failed to load. Import 'https://jsr.io/@webui/deno-webui/meta.json' failed.
at file:///C:/Users/jwanderley/downloads/deno-webui/hello_world.ts:8:23
I don't know why the error is on the meta.json
{
"scope": "webui",
"name": "deno-webui",
"latest": "2.5.8",
"versions": {
"2.5.8": {},
"2.5.6": {},
"2.5.4": {
"yanked": true
},
"2.5.5": {
"yanked": true
},
"2.5.7": {}
}
}
Metadata
Metadata
Assignees
Labels
No labels