Skip to content

Instantly share code, notes, and snippets.

@jstrimpel
Created October 10, 2014 21:29
Show Gist options
  • Save jstrimpel/eb4939f34853941f2329 to your computer and use it in GitHub Desktop.
Save jstrimpel/eb4939f34853941f2329 to your computer and use it in GitHub Desktop.
requirejs error
{ [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