如何让nodejs与nodejs一起运行?

时间:2012-04-19 07:40:00

标签: javascript node.js module

我遇到了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初学者,感谢任何帮助或指针。

谢谢

2 个答案:

答案 0 :(得分:3)

尝试安装旧版本:

npm install share@v0.4.1

答案 1 :(得分:1)

或制作描述here

的小修补程序