Created
November 21, 2015 05:38
-
-
Save pencilcheck/8e38026e7f2a06c922c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OverwriteModelError: Cannot overwrite `Action` model once compiled. | |
at Mongoose.model (/install/node_modules/mongoose/lib/index.js:344:13) | |
at Object.<anonymous> (/src/models/page_view.coffee:12:21) | |
at Object.<anonymous> (/src/models/page_view.coffee:1:1) | |
at Module._compile (module.js:460:26) | |
at Object.loadFile (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/register.js:16:19) | |
at Module.load (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/register.js:45:36) | |
at Function.Module._load (module.js:310:12) | |
at Module.require (module.js:365:17) | |
at require (module.js:384:17) | |
at Object.<anonymous> (/src/controllers/events.js:9:16) | |
at Module._compile (module.js:460:26) | |
at Object.Module._extensions..js (module.js:478:10) | |
at Module.load (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/register.js:45:36) | |
at Function.Module._load (module.js:310:12) | |
at Module.require (module.js:365:17) | |
at require (module.js:384:17) | |
at routes (/src/controllers/main.js:20:20) | |
at Object.<anonymous> (/src/app.coffee:61:9) | |
at Object.<anonymous> (/src/app.coffee:1:1) | |
at Module._compile (module.js:460:26) | |
at Object.exports.run (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:134:23) | |
at compileScript (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:224:29) | |
at compilePath (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:174:14) | |
at Object.exports.run (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:98:20) | |
at Object.<anonymous> (/usr/local/lib/node_modules/coffee-script/bin/coffee:7:41) | |
at Module._compile (module.js:460:26) | |
at Object.Module._extensions..js (module.js:478:10) | |
at Module.load (module.js:355:32) | |
at Function.Module._load (module.js:310:12) | |
at Function.Module.runMain (module.js:501:10) | |
at startup (node.js:129:16) | |
at node.js:814:3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment