-
Notifications
You must be signed in to change notification settings - Fork 130
Error with msnodesql installation on Azure #130
Description
Hey guys,
i have an issue here and can't figure it out. I try to get the msnodesql module on my Azure but it fails each time. I get this error message:
Command: deploy.cmd
Handling node.js deployment.
KuduSync.NET from: 'C:\DWASFiles\Sites\uyb-admin-DEV\VirtualDirectory0\site\repository' to: 'C:\DWASFiles\Sites\uyb-admin-DEV\VirtualDirectory0\site\wwwroot'
Copying file: 'iisnode.yml'
Copying file: 'package.json'
Deleting directory: 'node_modules\node-gyp'
Deleting file: 'node_modules.bin\node-gyp'
Deleting file: 'node_modules.bin\node-gyp.cmd'
Copying file: 'node_modules.bin\handlebars'
Copying file: 'node_modules.bin\handlebars.cmd'
Copying file: 'node_modules\msnodesql\lib\sqlserver.node'
Node.js versions available on the platform are: 0.6.17, 0.6.20, 0.8.19, 0.8.2.
Selected node.js version 0.8.2. Use package.json file to choose a different version.
npm WARN package.json UnLockYourBrain@0.0.1 No README.md file found!
msnodesql@0.2.1 install C:\DWASFiles\Sites\uyb-admin-DEV\VirtualDirectory0\site\wwwroot\node_modules\msnodesql
node-gyp rebuild
C:\DWASFiles\Sites\uyb-admin-DEV\VirtualDirectory0\site\wwwroot\node_modules\msnodesql>node "D:\Program Files (x86)\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild
npm ERR! msnodesql@0.2.1 install: node-gyp rebuild
npm ERR! cmd "/c" "node-gyp rebuild" failed with 1
An error has occurred during web site deployment.
npm ERR!
npm ERR! Failed at the msnodesql@0.2.1 install script.
npm ERR! This is most likely a problem with the msnodesql package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls msnodesql
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "D:\Program Files (x86)\nodejs\0.8.2\node.exe" "D:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--production"
npm ERR! cwd C:\DWASFiles\Sites\uyb-admin-DEV\VirtualDirectory0\site\wwwroot
npm ERR! node -v v0.8.2
npm ERR! npm -v 1.1.37
npm ERR! code ELIFECYCLE
npm ERR! message msnodesql@0.2.1 install: node-gyp rebuild
npm ERR! message cmd "/c" "node-gyp rebuild" failed with 1
npm
I am working on node 0.8.2, msnodesql is removed from package.json depencies, content of extracted "msnodesql-0.2.1-v0.8-ia32.msi" is in folder "node_modules\msnodesql". All is pushed to github, but the deploy shows an error each time. Locally it works. So i hope you have some suggestions for me to fix the problem. Let me know if you need more specific explanations. Thanks a lot :-)