-
Notifications
You must be signed in to change notification settings - Fork 391
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
How do I build the Repository does not mention npm. #9642
Comments
I'm surprised that I see references to it in our YAML files, but they're only used in CI pipelines on Azure DevOps afaik. |
%USER%.nuget\packages\microsoft.visualstudio.internal.microbuild.npmpack\2.0.117\build\Microsoft.VisualStudio.Internal.MicroBuild.NpmPack.targets(66,5): error MSB3073: The command "npm version 99.0.0-dev" exited with code 9009. is the output from build.cmd Specifically line 66 |
Doing some more digging the change was added ~3 years ago |
I have a formed branch with the change to README.md that adds NPM as a necessary component. I can make a PR after #9643 is merged. |
Hi @dhoehna, NPM is not required to build the repository. It however is required when publishing, as we do create NPM packages. Can you explain what you were doing? |
Visual Studio Version
N/A
Summary
How do I build this Repository neglects telling developers that npm is required.
Steps to Reproduce
build.cmd
npm version...
Expected Behavior
Documentation mentions having npm installed.
Actual Behavior
build.cmd
fails.User Impact
The text was updated successfully, but these errors were encountered: