标签: coffeescript require
参加coffeescript。我用npm安装了coffee-script和socket.io。但是这个简单的代码显示了一个错误:
try io = require('socket.io') catch error alert(error)
它返回require is no defined。 其他模块也存在同样的问题(例如fs)。 使用PyCharm
require is no defined
fs
PyCharm