문제

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

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top