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
Node.js sites with *.sln files under node_modules folder fail to deploy #688
Comments
Fixed by 05f8f18 |
A Node.js site with *.sln files under node_modules appears to deploy fine, but build of the *.sln files is still attempted during Try deploying any site with the
|
I can't repro this, when I add mongodb it deploys fine (not trying to build anything). |
I have a custom deploy script generated by a not-so-new version of the sdk, perhaps that is the culprit?
|
The custom deployment script doesn't build anything so it still doesn't explain it. |
Closing as I can't repro the issue, reopen if there is new information. |
The scenario is a Node.js site with checked in node_modules folder that contains *.sln files in some of the native modules (e.g. edge.js).
Repro steps:
The last command generates:
Expected: successful deployment.
The text was updated successfully, but these errors were encountered: