webview / webview_deno

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
https://deno.land/x/webview
MIT License
1.44k stars 75 forks source link

Uncaught (in promise) TypeError: Deno.openPlugin is not a function #154

Closed FridayCandour closed 1 year ago

FridayCandour commented 1 year ago

return Deno.openPlugin(file.path); ^ at Module.prepare (https://deno.land/x/plug@0.3.1/plug.ts:81:15) at eventLoopTick (ext:core/01_core.js:165:11) at async https://deno.land/x/pane@0.2.1/plugin.ts:10:1

(main) [1]> deno --version deno 1.32.5 (release, x86_64-unknown-linux-gnu) v8 11.2.214.9 typescript 5.0.3

eliassjogreen commented 1 year ago

You seem to be using an old version of webview, run using -r to fix.