[SOLVED] Custom deployment error on Windows Server 2008 R2

I received last time the following error:

c:\militia\bundle\programs\server>npm install

meteor-dev-bundle@0.0.0 install c:\militia\bundle\programs\server
node npm-rebuild.js

grpc@1.11.3 install c:\militia\bundle\programs\server\npm\node_modules\grpc
node-pre-gyp install --fallback-to-build --library=static_library

node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Windows_NT 6.1.7601
node-pre-gyp ERR! command “C:\Program Files\nodejs\node.exe” “c:\militia\bu
ndle\programs\server\npm\node_modules\grpc\node_modules\node-pre-gyp\bin
\node-pre-gyp” “install” “–fallback-to-build” “–library=static_library”
node-pre-gyp ERR! cwd c:\militia\bundle\programs\server\npm\node_modules\grpc
node-pre-gyp ERR! node -v v8.9.4
node-pre-gyp ERR! node-pre-gyp -v v0.10.0
node-pre-gyp ERR! This is a bug in node-pre-gyp.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not he
lp:
node-pre-gyp ERR! https://github.com/mapbox/node-pre-gyp/issues
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! grpc@1.11.3 install: node-pre-gyp install --fallback-to-build --librar y=static_library
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the grpc@1.11.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Pint�r P�l\AppData\Roaming\npm-cache_logs\2013-10-01T05_3
3_00_717Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! meteor-dev-bundle@0.0.0 install: node npm-rebuild.js
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the meteor-dev-bundle@0.0.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Pint�r P�l\AppData\Roaming\npm-cache_logs\2013-10-01T05_3
3_00_864Z-debug.log

Any idea?

Thanks
Pal

It is caused by wrong system date & time on server. Interesting…

Thx
P.