错误:找不到模块'node-wit'

时间:2016-12-07 10:36:40

标签: node.js wit.ai

Error: Cannot find module 'node-wit'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/user/Documents/Projects/NodeJS/node-wit/examples/quickstart.js:10:9)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Function.Module.runMain (module.js:447:10)

我不知道为什么我使用https://github.com/wit-ai/node-wit.git

会遇到错误

我的节点版本为v5.11.1

但是我安装了npm install --save node-wit后来出现了错误:

enter image description here

1 个答案:

答案 0 :(得分:1)

你正在使用repo本身里面的quickstart-example。它在第7 + 8行需要node-wit,在第7 + 8行失败时需要在catch中。

只需在catch中记录错误,您就会看到出了什么问题。我怀疑模块本身没有工作/错误,因为要求看起来正确(require(../')将需要index.js