fedwiki / wiki-server

Federated Wiki client and server in Node.js
Other
153 stars 35 forks source link

Could not run tests successfully #76

Closed rmbishop closed 8 years ago

rmbishop commented 9 years ago

I ran mocha in the wiki-node-server directory, and was informed of the following:

TypeError: Cannot read property 'should' of undefined at Object.cb (C:\Users\ryan\wiki-node-server\test\page.js:33:18)

Steps to reproduce:

Runing Windows 7 64-bit Installed nodejs Installed mocha using mpm Cloned wiki-node-server from github Entered wiki-node-server directory Typed mocha

WardCunningham commented 9 years ago

Try loading all the dependencies once you are in the wiki-node-server directory.

 npm install