Skip to content

Conversation

missinglink
Copy link

/tmp ❯ node example.js
internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module 'minimist'
Require stack:
- /private/tmp/node_modules/lib-oa/oa.js
- /private/tmp/example.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:93:18)
    at Object.<anonymous> (/private/tmp/node_modules/lib-oa/oa.js:11:14)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/private/tmp/node_modules/lib-oa/oa.js',
    '/private/tmp/example.js'
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant