You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing with the example code from the README, but I get this error:
arrest.use(app, '/api', new arrest.RestMongoAPI('mongodb://localhost:27017', 'iot'));
^
TypeError: arrest.RestMongoAPI is not a function
at Object.<anonymous> (/home/jonathan/iot/index.js:8:32)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
It seems to be looking for the function that used to be in /lib/rest.js, but it looks like it was removed from the repo in commit ffae4d8.
The text was updated successfully, but these errors were encountered:
I'm testing with the example code from the README, but I get this error:
It seems to be looking for the function that used to be in /lib/rest.js, but it looks like it was removed from the repo in commit ffae4d8.
The text was updated successfully, but these errors were encountered: