Node.js - 需要空路径

jef*_*eon 11 javascript node.js

我在github上遇到了这个文件,它执行此操作:

var migrate = require('../')
Run Code Online (Sandbox Code Playgroud)

那是什么意思?当我尝试相同的时候,我得到:Error: Cannot find module '../'

the*_*ejh 13

它需要index.js父文件夹的文件,即以下文件:https://github.com/visionmedia/node-migrate/blob/master/index.js