Quick SPFx Dev Environment Setup Guide


This is just a quick post to document my current setup steps

  1. Install NVM for windows
  2. Install the proper version(s) of node using nvm install VersionNum (see https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment for currently supported versions)
  3. Address any critical vulnerabilities
  4. Install yeoman and spfx genereator
    1. npm i -g yo
    2. npm i -g @microsoft/generator-sharepoint
  5. Install additional utils
  6. Install gulp
    1. npm i -g gulp
  7. Install Git
  8. Install VS COde
  9. Test yo @microsoft/sharepoint


Comments

Popular posts from this blog

ERROR: Failed to create feature receiver...

Programmatically Update Page Layouts