We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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://[email protected]:443/rhom-user-service.git cf2883d..591ccd8 master -> master
The text was updated successfully, but these errors were encountered:
@timfpark did you get this to work? im running into the same issue, when pushing an upgrade to our web app to azure.....
Sorry, something went wrong.
+1 @aroget @timfpark , how did you get it to work ?
No branches or pull requests
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://[email protected]:443/rhom-user-service.git
cf2883d..591ccd8 master -> master
The text was updated successfully, but these errors were encountered: