You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried two ways to import cita-sdk into wechat-mini-program:
bundle.js
require('../miniprogram_npm/@cryptape/cita-sdk/lib/bundle.js');
...
VM12449:1 thirdScriptError
sdk uncaught third Error
module "miniprogram_npm/@cryptape/cita-sdk/lib/bundle.js" is not defined
Error: module "miniprogram_npm/@cryptape/cita-sdk/lib/bundle.js" is not defined
...
miniprogram_npm
const CITASDK = require('@cryptape/cita-sdk');
...
sdk uncaught third Error
module "miniprogram_npm/@cryptape/cita-sdk/web3" is not defined
Error: module "miniprogram_npm/@cryptape/cita-sdk/web3" is not defined
My Debug base library's version is 2.6.6
Both cita-sdk-js and wechat-developer-tools are the lastest
note
I saw node-gyp compiled while installing web3 and wechat-mini-program doesn't support c++ addon, if we can't use web3 in wechat-mini-program?
The text was updated successfully, but these errors were encountered:
Tried two ways to import
cita-sdk
into wechat-mini-program:bundle.js
miniprogram_npm
2.6.6
cita-sdk-js
andwechat-developer-tools
are the lastestnote
I saw
node-gyp
compiled while installingweb3
and wechat-mini-program doesn't support c++ addon, if we can't useweb3
in wechat-mini-program?The text was updated successfully, but these errors were encountered: