Kurt
Kurt
This is the closest that I have come to work around this issue: ``` export NVM_DIR="/usr/local/nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && NODE_PATH="/usr/local/nvm/versions/node/v6.9.1/lib/node_modules" nvm exec 6.9 node...
I'm not sure why global modules aren't supposed to be requireable, but that might explain why I had to set the NODE_PATH manually for it to work.
I'm running into the exact same issue. System: Windows Server 2008 x64 Oracle Client: 12_1 x64 Nodejs: x64 I tried `npm install --arch=ia32 oracle` but no luck. Was anybody able...
I just tried the following (from scratch, it's a virtual machine) on a Windows Server 2008 x64 - Install Windows 7.1 SDK - Install Visual Studio C++ 2010 express edition...
No I was running it from the normal cmd. I opened the SDK prompt and first thing is see is: "The x64 compilers are not currently installed." I ran `npm...
@sonata82 thanks for making things clear, i'm currently downloading 'Microsoft Visual C++ 2010 Service Pack 1 Compiler Update' which should have the x64 compilers and then hopefully I can compile...
Downloaded, installed and tried one more time. I have the feeling that i'm getting closer but it still complains: "C1083: Cannot open include file: 'ammintrin.h':" Quick search suggests there might...
It was an issue from [Microsoft](https://connect.microsoft.com/VisualStudio/feedback/details/660584) which they refuse to fix. Anyway a re-install of Visual Studio 2010 seems to fix the problem. So my issue for now is solved,...