feat(skills): add node manager detection and switching guide - #3
Open
Nizar Grindi (NizarGrindi) wants to merge 2 commits into
Open
feat(skills): add node manager detection and switching guide#3Nizar Grindi (NizarGrindi) wants to merge 2 commits into
Nizar Grindi (NizarGrindi) wants to merge 2 commits into
Conversation
Introduce a new reference for detecting Node version managers and switching to the required Node version for SPFx upgrades. This enhances the upgrade process by ensuring compatibility with the target SPFx version.
… for SPFx upgrades
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive support for detecting and switching Node.js version managers in the SPFx skill, improving the upgrade workflow and documentation. The main changes introduce a new guide and detection script, update documentation to reference these tools, and clarify upgrade steps.
Node Manager Detection and Switching:
node-manager.mdthat explains how to detect and switch Node.js version managers (nvm, nvs, fnm, volta) for SPFx projects, including usage instructions and manual fallback steps.detect-node-manager.ps1to programmatically detect the installed Node manager in a deterministic order and output the result as compact JSON.Documentation Updates:
README.mdto include the new Node manager guide in both the references list and the feature summary table. [1] [2]upgrade.mdto reference the new Node manager guide for manager detection and switching commands during SPFx upgrades.Introduce a new reference for detecting Node version managers and switching to the required Node version for SPFx upgrades. This enhances the upgrade process by ensuring compatibility with the target SPFx version.