Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

npm v12 removes command-line options#3261

Open
cclauss wants to merge 1 commit intonodejs:mainfrom
cclauss:npm_--msvs-version__and_--python
Open

npm v12 removes command-line options#3261
cclauss wants to merge 1 commit intonodejs:mainfrom
cclauss:npm_--msvs-version__and_--python

Conversation

Copy link
Contributor

cclauss commented Jan 4, 2026 *
edited
Loading

Fixes: #3260

Checklist
  • npm install && npm run lint && npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

cclauss force-pushed the npm_--msvs-version__and_--python branch 8 times, most recently from e6fc058 to f847da5 Compare January 5, 2026 07:59
cclauss marked this pull request as ready for review January 30, 2026 10:34
lukekarrys self-requested a review January 30, 2026 18:40
lukekarrys reviewed Feb 4, 2026
lukekarrys reviewed Feb 4, 2026
cclauss force-pushed the npm_--msvs-version__and_--python branch from 1a17da7 to 7830684 Compare February 5, 2026 13:47
cclauss force-pushed the npm_--msvs-version__and_--python branch from 7830684 to eecb0d9 Compare February 5, 2026 13:50
nodejs deleted a comment from mufasacubana8-pixel Feb 6, 2026
cclauss requested a review from lukekarrys February 7, 2026 12:03
gengjiawen reviewed Feb 27, 2026
matrix:
include:
- os: windows-2022
msvs-version: 2022
Copy link
Member

gengjiawen Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all 3 msvs-version can be removed since it no longer used.

gengjiawen reviewed Feb 27, 2026
- name: Run Node tests
shell: pwsh
run: npm run test --python="${env:pythonLocation}\\python.exe" --msvs-version="${{ matrix.msvs-version }}"
shell: bash # Building wasm on Windows requires using make generator, it only works in bash
Copy link
Member

gengjiawen Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests.yml already use bash. Maybe this stays on pwsh, since bash maybe available on windows machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

gengjiawen gengjiawen left review comments

lukekarrys Awaiting requested review from lukekarrys

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

npm v12 drops support for --msvs-version=[year] and --python=[path]

3 participants