我在使用 nodejs 和 sharejs 时遇到问题。我正在尝试使用 sharejs 并已通过 npm 安装。但是,我似乎无法加载它。在我的代码中,我只有以下内容:
var client = require('share').client;
当我打电话时node myfile.js
我收到以下错误。
the variable "exports" can't be assigned with ?= because it has not been defined
我是一个 nodejs 初学者,感谢任何帮助或指示。
谢谢