Karma:node-oracledb 没有导入好

Karma: node-oracledb is not imported well

我的项目 node-oracledb "oracledb": "1.11.0" 运行 很好,但在我的测试中表现不佳。

$ npm test 命令之后:

15 11 2016 23:29:56.074:ERROR [framework.browserify]: Error: Cannot find
module '../build/Release/oracledb' from 
'/Users/myuser/myproject/node_modules/oracledb/lib'

我不明白发生了什么,我需要在 karma.conf 文件中添加一些东西来启用 oracledb commonjs 依赖?

我有点迷茫,任何建议都很好

非常感谢!

您需要更新 package.json 以便不包含 oracledb。请参阅以下内容: https://github.com/oracle/node-oracledb/issues/424#issuecomment-224235065