I recently installed node-webgl in node.js server. Along with that it's 
dependencies node-glfw is installed automatically. I have also installed 
node-gyp.

However, when I try to run a program of either node-webgl or node-glfw I am 
facing error. Below is the error message:

C:\Users\z003npra>cd 
C:\Users\z003npra\Desktop\node\node_modules\node-webgl\examples

C:\Users\z003npra\Desktop\node\node_modules\node-webgl\examples>node 
wavefront.js
C:\Users\z003npra\Desktop\node\node_modules\bindings\bindings.js:83
    throw e
    ^
Error: The specified module could not be found.
\\?\C:\Users\z003npra\Desktop\node\node_modules\node-webgl\build\Release\webgl.node
at Error (native)
at Object.Module._extensions..node (module.js:434:18)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at 
bindings(C:\Users\z003npra\Desktop\node\node_modules\bindings\bindings.js:76:44)
at Object.<anonymous> (C:\Users\z003npra\Desktop\node\node_modules\node-webg
l\lib\webgl.js:1:108)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)

C:\Users\z003npra\Desktop\node\node_modules\node-webgl\examples>

This error is similar issue faced by a person quoted in the link:
https://github.com/mikeseven/node-webgl/issues/47

I tried some possible solutions mentioned here, but issue is not getting 
solved.

Please help me to solve it.


Regards,

Prajwal

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/e17dd8ab-3a74-4880-95b8-744257e03a46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to