Domanda

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

È stato utile?

Soluzione

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
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top