Install Gulp and Yeoman Generator

  • Install gulp by passing the following command "npm install -g yo gulp"
    • "-g" indicates install globally on your machine.
Install gulp Globally
Install gulp
Install gulp successful
gulp Install Successful
  • Install Yeoman generator globally by passing the following command "npm install -g @microsoft/generator-sharepoint"
Yeoman SharePoint Generator
Yeoman SharePoint Generator
Successfully Installed Yeoman SharePoint Generator
Successfully generated Yeoman 

No comments:

Post a Comment

How to Build a Modern SPFx Web Part with Microsoft Dataverse CRUD Operations

When building internal applications on Microsoft 365, SharePoint Lists are often the default storage layer. However, once you need relationa...