winstonjs / winston-loggly

A Loggly transport for winston

Home Page:http://github.com/indexzero/winston-loggly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

current version fails on deploy to Microsoft Azure App Service

timfpark opened this issue · comments

Here is the log I get trying to deploy this on Azure's App Service (PaaS). Any ideas about what might be happening?

remote: npm ERR! Windows_NT 6.2.9200
remote: npm ERR! argv "D:\Program Files (x86)\nodejs\4.2.4\node.exe" "D:\Program Files (x86)\npm\2.14.12\node_modules\npm\bin\npm-cli.js" "install" "--production"
remote: npm ERR! node v4.2.4
remote: npm ERR! npm v2.14.12
remote: npm ERR! path D:\home\site\wwwroot\node_modules\service-utils\node_modules\jsonwebtoken\node_modules\jws\node_modules\base64url\node_modules\meow\node_modules\indent-string\node_modules\repeating\node_modules\is-finite\node_modules\number-is-nan\package.json.06f1cdc7ecee42e927c646eb5207ae95
remote: npm ERR! code EINVAL
remote: npm ERR! errno -4071
remote: npm ERR! syscall rename
remote:
remote: npm ERR! EINVAL: invalid argument, rename 'D:\home\site\wwwroot\node_modules\service-utils\node_modules\jsonwebtoken\node_modules\jws\node_modules\base64url\node_modules\meow\node_modules\indent-string\node_modules\repeating\node_modules\is-finite\node_modules\number-is-nan\package.json.06f1cdc7ecee42e927c646eb5207ae95' -> 'D:\home\site\wwwroot\node_modules\service-utils\node_modules\jsonwebtoken\node_modules\jws\node_modules\base64url\node_modules\meow\node_modules\indent-string\node_modules\repeating\node_modules\is-finite\node_modules\number-is-nan\package.json'
remote: npm ERR!
remote: npm ERR! If you need help, you may report this error at:
remote: npm ERR! https://github.com/npm/npm/issues
remote: .....
remote:
remote: npm ERR! Please include the following file with any support request:
remote: npm ERR! D:\home\site\wwwroot\npm-debug.log
remote: Failed exitCode=-4071, command="D:\Program Files (x86)\nodejs\4.2.4\node.exe" "D:\Program Files (x86)\npm\2.14.12\node_modules\npm\bin\npm-cli.js" install --production
remote: An error has occurred during web site deployment.
remote:
remote: Error - Changes committed to remote repository but deployment to website failed.
To https://n2-ops@rhom-user-service.scm.azurewebsites.net:443/rhom-user-service.git
cf2883d..591ccd8 master -> master

@timfpark did you get this to work? im running into the same issue, when pushing an upgrade to our web app to azure.....

+1
@aroget @timfpark , how did you get it to work ?