我正在尝试在 vue.js 中创建一个新应用程序。基本上只是想要来自网络资源缩微节点的相同输出。 https://github.com/CyberSource/cybersource-flex-samples-node
在我的 vue 项目 main.js
从'../node_modules/cybersource-rest-client'导入cybersourceRestApi;
var instance = new cybersourceRestApi.KeyGenerationApi(configObj);
我遇到了它的依赖项错误。有很多遗漏,但这里是前 3 个示例
- ./node_modules/cybersource-rest-client/src/index.js 中的 ApiClient
- ./node_modules/cybersource-rest-client/src/index.js 中的 api/CaptureApi
- ./node_modules/cybersource-rest-client/src/index.js 中的 api/ConversionDetailsApi 错误