Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something error #3

Open
pengxinzhe opened this issue May 10, 2016 · 3 comments
Open

something error #3

pengxinzhe opened this issue May 10, 2016 · 3 comments

Comments

@pengxinzhe
Copy link

pengxinzhe commented May 10, 2016

D:\Lotus\nodejs>node -v
v5.1.0

D:\Lotus\nodejs>node index.js
module.js:450
  return process.dlopen(module, path._makeLong(filename));
                 ^

Error: The specified module could not be found.
\\?\D:\Lotus\nodejs\node_modules\domino-nsf\lib\Release\addon.node
    at Error (native)
    at Object.Module._extensions..node (module.js:450:18)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:313:12)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (D:\Lotus\nodejs\node_modules\domino-nsf\index.js:1:80)
    at Module._compile (module.js:425:26)
    at Object.Module._extensions..js (module.js:432:10)
    at Module.load (module.js:356:32)`
@edm00se
Copy link
Contributor

edm00se commented May 12, 2016

Are you using node 32-bit or 64-bit?

If you're uncertain, try pasting back the output of:
node -e 'console.log(process);'

Specifically the arch property is relevant.

@pengxinzhe
Copy link
Author

pengxinzhe commented May 13, 2016

node 32-bit

  versions:
   { http_parser: '2.6.0',
     node: '5.1.0',
     v8: '4.6.85.31',
     uv: '1.7.5',
     zlib: '1.2.8',
     ares: '1.10.1-DEV',
     icu: '56.1',
     modules: '47',
     openssl: '1.0.2d' },
  arch: 'ia32',
  platform: 'win32',

@edm00se
Copy link
Contributor

edm00se commented May 13, 2016

Curious, my environment which I can confirm as working is negligibly different, my output reads:

...
versions:
   { http_parser: '2.6.2',
     node: '5.10.1',
     v8: '4.6.85.31',
     uv: '1.8.0',
     zlib: '1.2.8',
     ares: '1.10.1-DEV',
     icu: '56.1',
     modules: '47',
     openssl: '1.0.2g' },
  arch: 'ia32',
  platform: 'win32',
...

Are you certain you have Notes client (32-bit) installed and set up correctly?

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

No branches or pull requests

2 participants