Module not found (opencv)

Hello,

im trying to run opencv on meteor.
It compiled great but if im starting the app:

W20161214-13:20:16.020(1)? (STDERR) C:\Users\Julian\AppData\Local.meteor\packages\meteor-tool\1.4.2_3\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:280
W20161214-13:20:16.021(1)? (STDERR) throw(ex);
W20161214-13:20:16.021(1)? (STDERR) ^
W20161214-13:20:16.022(1)? (STDERR)
W20161214-13:20:16.022(1)? (STDERR) Error: Das angegebene Modul wurde nicht gefunden.
W20161214-13:20:16.023(1)? (STDERR)
W20161214-13:20:16.024(1)? (STDERR) \?\E:\Projekte\rate\node_modules\opencv\build\opencv\v6.0.0\Release\node-v46-win32-ia32\opencv.node
W20161214-13:20:16.024(1)? (STDERR) at Error (native)
W20161214-13:20:16.025(1)? (STDERR) at Object.Module._extensions…node (module.js:434:18)
W20161214-13:20:16.030(1)? (STDERR) at Module.load (module.js:343:32)
W20161214-13:20:16.031(1)? (STDERR) at Function.Module._load (module.js:300:12)
W20161214-13:20:16.032(1)? (STDERR) at Module.require (module.js:353:17)
W20161214-13:20:16.032(1)? (STDERR) at require (internal/module.js:12:17)
W20161214-13:20:16.033(1)? (STDERR) at Object. (E:\Projekte\rate\node_modules\opencv\lib\bindings.js:5:15)
W20161214-13:20:16.033(1)? (STDERR) at Module._compile (module.js:409:26)
W20161214-13:20:16.034(1)? (STDERR) at Object.Module._extensions…js (module.js:416:10)
W20161214-13:20:16.035(1)? (STDERR) at Module.load (module.js:343:32)

But the file is there.
What is the problem?