2

我在使用 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 初学者,感谢任何帮助或指示。

谢谢

4

2 回答 2

3

尝试安装旧版本:

npm install share@v0.4.1
于 2012-04-20T12:18:50.967 回答
1

或进行此处描述的小修复

于 2012-04-29T16:25:44.327 回答