-
Notifications
You must be signed in to change notification settings - Fork 225
cannot be installed on Azure: ENOTSUP: operation not supported on socket, scandir #142
New issue
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
Comments
fixed it for now by reverting back to azure-storage 0.4.2 but would love to see this one fixed in npm itself. It should be just a matter of bumping the glob dependency, right? |
@capaj , I cannot reproduce this issue from my side. I was following https://azure.microsoft.com/en-in/documentation/articles/web-sites-nodejs-develop-deploy-mac/ to create an Azure NodeJS web app and deploy it via git. As you can see from the output, I was referencing the azure-storage 0.10.0 and it works fine. Could you share more for us to reproduce this issue like how did you create your app and how did you deploy/host it?
|
@hasonmsft thanks for looking into it. I tried it again on yesterday and it installed fine. It might have something to do with our deploy scripts.I tweaked those and I don't want to change them back. Since it doesn't appear anymore, I will close this issue for now, but if it ever reappears, I will report back. |
My azure production API started to fail deployments, because of a bug in glob: isaacs/node-glob#205
Is this something I can mitigate somehow? I tried with node.js v4 and NPM 2.1.x and it failed the smae way. Note that this is happening with the latest 0.10.0 of azure-storage
The text was updated successfully, but these errors were encountered: