Friday, September 21, 2018

Setting up Office 365 Development environment QuickStart

Setting up Office 365 Development environment QuickStart

1) Install latest version of Node JS
2) Install Visual Studio Code
3) Install latest version of node package manager

npm install -g nom@next

4) Install latest windows build tools

npm install -g windows-build-tools


5) Install Yeoman and Gulp

npm install -g yo gulp

6) Install Yeoman SharePoint Generator

npm install -g @microsoft/sharepoint-generator


To check the list of all global packages

npm list -g

To check whether a specific package is installed globally for example gulp

npm list -g gulp