coffee --compile test_coffee.coffee
path.exists is deprecated. It is now called `fs.exists`.
如题!
回复 (2)
X
楼主可能用的是 nodejs 0.7 的版本,在这个版本中, path 模块下的 exists 方法被转移到 fs 模块下了,所以导致了上述的问题。
L
怎么解决呢·····
参与回复
登录后即可参与回复。登录
coffee --compile test_coffee.coffee
path.exists is deprecated. It is now called `fs.exists`.
如题!
楼主可能用的是 nodejs 0.7 的版本,在这个版本中, path 模块下的 exists 方法被转移到 fs 模块下了,所以导致了上述的问题。
怎么解决呢·····