Created
October 10, 2014 21:29
-
-
Save jstrimpel/eb4939f34853941f2329 to your computer and use it in GitHub Desktop.
requirejs error
This file contains 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
{ [Error: Tried loading "continuation-local-storage" at /Users/jstrimp/github.com/jstrimpel/lazojs/continuation-local-storage.js then tried node's require("continuation-local-storage") and it failed with error: Error: Cannot find module 'continuation-local-storage'] | |
originalError: { [Error: Cannot find module 'continuation-local-storage'] code: 'MODULE_NOT_FOUND' }, | |
moduleName: 'continuation-local-storage', | |
requireModules: [ 'continuation-local-storage' ], | |
requireMap: | |
{ prefix: undefined, | |
name: 'continuation-local-storage', | |
parentMap: | |
{ prefix: undefined, | |
name: 'loggerUtils', | |
parentMap: [Object], | |
unnormalized: false, | |
url: '/Users/jstrimp/github.com/jstrimpel/lazojs/lib/server/logger/utils.js', | |
originalName: 'loggerUtils', | |
isDefine: true, | |
id: 'loggerUtils' }, | |
unnormalized: false, | |
url: '/Users/jstrimp/github.com/jstrimpel/lazojs/continuation-local-storage.js', | |
originalName: 'continuation-local-storage', | |
isDefine: true, | |
id: 'continuation-local-storage' }, | |
requireType: 'define' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment