Node version compatible #2418
-
which node version I have to install in order to build as package? |
Beta Was this translation helpful? Give feedback.
Answered by
DonKirkham
Mar 21, 2022
Replies: 1 comment 3 replies
-
The solution uses SPFx 1.11.0, so you can use Node 10. The SPFx version can be found in the package.json file, as the version for "@microsoft/sp-core-library". Once you know the SPFx version, you can find which version of NodeJS is needed at the following site: https://tahoeninjas.blog/2019/12/30/spfx-compatibility-matrix/ Good luck! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
comigit1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution uses SPFx 1.11.0, so you can use Node 10.
The SPFx version can be found in the package.json file, as the version for "@microsoft/sp-core-library". Once you know the SPFx version, you can find which version of NodeJS is needed at the following site: https://tahoeninjas.blog/2019/12/30/spfx-compatibility-matrix/
Good luck!