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