Posts

Showing posts from August, 2021

Quick SPFx Dev Environment Setup Guide

This is just a quick post to document my current setup steps Install NVM for windows 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) Address any critical vulnerabilities Install yeoman and spfx genereator npm i -g yo npm i -g @microsoft/generator-sharepoint Install additional utils Install gulp npm i -g gulp Install Git Install VS COde Test yo @microsoft/sharepoint