SPFX for on premise Sharepoint 2019

PRASHANT VYAS 61 Reputation points
2023-03-28T16:17:18.8866667+00:00

We have Sharepoint 2019 onprem environment. We need to develop existing webparts (Visual webparts, Angular components etc) using SPFX. My Query is

  1. Is it mandatory to use Node 8.x only (Which is deprecated version in my company) or can I use latest node version
  2. What is SPFX version I can use
  3. We use Angular 1.2 version with Typescript style development. Will angular 1.2 work or need to change angular version also ?

Thanks in advance...

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
0 comments No comments
{count} votes

Accepted answer
  1. RaytheonXie_MSFT 34,901 Reputation points Microsoft Vendor
    2023-03-29T02:52:48.8966667+00:00

    Hi @PRASHANT VYAS,

    Per my research, you will need to use spfx v1.4.1 or lower to support SharePoint 2019. And spfx only support Node v6, v8. You can refer to following document for more details

    https://learn.microsoft.com/en-us/sharepoint/dev/spfx/compatibility

    And here is a list for Angular version support, you can take a reference

    https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.