-
Notifications
You must be signed in to change notification settings - Fork 867
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
remove npx in the node 10 directory; remove npm, npx, corepack, and related node modules in the node 16 directory #3897
Conversation
This is incorrect. We need the NPX and Node_Modules as they are used for ADO Agent installation on Linux, at least for the current processes we're using. Has the process for installing the agent on Linux changed? |
@duyork could you please clarify how exactly you are using |
OK after digging into the error we're seeing; it looks like it was just due to copying the NPX symlink to a file that doesn't exist is the actual root cause here. This PR looks good to me now, thank you. |
The |
Tested, working fine |
…elated node modules in the node 16 directory (#3897) * remove npx symlink from node10 * remove npm, npx, and corepack from node16 * add a comment Co-authored-by: AndreyIvanov42 <93121155+AndreyIvanov42@users.noreply.github.com>
…d folders from Node distribution (#3899) * Added node16 execution handler (#3861) * remove npx in the node 10 directory; remove npm, npx, corepack, and related node modules in the node 16 directory (#3897) * Update dotnet scripts (#3895) * Agent Release 2.206.1 Co-authored-by: AndreyIvanov42 <93121155+AndreyIvanov42@users.noreply.github.com> Co-authored-by: Anatolii Bolshakov (Akvelon INC) <v-anbols@microsoft.com> Co-authored-by: Andrey Ivanov <v-andivanov@microsoft.com> Co-authored-by: Denis Rumyantsev <mr.denis.rumyantsev@gmail.com> Co-authored-by: Lilia Sabitova <lilia.sabitova@ua.akvelon.com>
Npm and related modules were removed in this pull request.
Npx is a broken symlink. Npx is not used anywhere in the agent. We need to remove it as well.
Tested that applied changes work as expected: Linux agent was built, configured, and launched fine.
npm
,npx
,corepack
, and relatednode_modules
in theexternals/node16
directory also were removed.Risks analysis checklist: