在文件/home/somebody/workspace/somemodule.js中第一行引用了一个模块:require(‘othermodule‘),请问required 的查找模块的顺序 A. /home/somebody/workspace/node_modules/othermodule/index.js B. /home/somebody/workspace/node_modules/othermodule. Js C.CORE MODULES named othermodule D./home/somebody/node_modules/othermodule/index.js
添加回答
举报
0/150
提交
取消
