我使用最新的 NativeScript Sidekick 和 Preview 来开发(香草,纯 JS)应用程序,最近我安装了 Couchbase Lite 插件https://market.nativescript.org/plugins/nativescript-couchbase
当我var couchbaseModule = require("nativescript-couchbase");
在页面的 JS 文件中写入并尝试打开页面时,会显示此错误消息
但是,如果我删除var couchbaseModule = require("nativescript-couchbase");
页面加载没有错误。
为什么会发生这种情况?如何使用和需要 couchbase 插件?我能做些什么来解决这个问题?