Frage

When run gulp serve I am getting below error

enter image description here

I am using below packages enter image description here

I found on internet that if you are using node 12 and gulp 3 then it will have above issue but I am having node 12 and gulp 4, still I am having error

War es hilfreich?

Lösung

Please refer the official document here:

Set up your SharePoint Framework development environment

Use Node.js v10.x.

Install Yeoman and gulp:

npm install -g yo gulp

Install Yeoman SharePoint generator:

npm install -g @microsoft/generator-sharepoint
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top