MicrosoftEdge / magic-mirror-demo

A :zap:Magic Mirror:zap: powered by a UWP Hosted Web App :rocket:
Other
1.23k stars 225 forks source link

Readme instructions causes errors #5

Closed ghost closed 8 years ago

ghost commented 8 years ago

This doesnt' repro on the release branch.

The error I get from running node server.js, after running npm i, and manually installing nconf:

Error: Cannot find module './routes/serverRoutes.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:289:25) at Module.require (module.js:366:17) at require (module.js:385:17) at Object. (C:\Users\jshum.REDMOND\documents\projects\magic-mirror-demo\server.js:62:14) at Module._compile (module.js:425:26) at Object.Module._extensions..js (module.js:432:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:313:12) at Function.Module.runMain (module.js:457:10) at startup (node.js:138:18) at node.js:974:3

Looks like the routes folder is missing.

Gr8Gatsby commented 8 years ago

This issue should now be resolved, I uploaded the routes folder.