-
Notifications
You must be signed in to change notification settings - Fork 358
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
Can't build NodeJS projects on Linux with the dotnet sdk #2335
Comments
This is still a problem, and it happens in windows too. Steps to reproduce: Observed Behavior
Result was:
Desired BehaviorThis is in contrast to doing this within visual studio, building the app (ctrl+shift+b or right click->build) allow the application to build without error:
|
having a similar issue... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
A working build.
Actual Behavior
When you build a solution on a linux machine, you'll get:
So the .Net Core SDK doesn't contain the target files for NodeJS. I haven't seen any tools for installing these files on a Linux build server.
The text was updated successfully, but these errors were encountered: