SPFx project with multiple web parts is not working locally using gulp serve

Copper Contributor

Hello Everyone,

I have created a SharePoint Framework with a React project. I have created different 14-15 web parts under that project.

Now, I need to run that project locally on the workbench. When I execute "gulp serve" command in the VS Code terminal the local workbench is open but sometimes web parts are missing under that and sometimes the local workbench is stuck.

The local workbench is not working due to many web parts. So, whenever I develop new functionality. For testing the same, I need to generate the package using "gulp bundle --ship" and "gulp package-solution --ship" commands and then deploy the package to the site.

Can anyone have any suggestions for the same?

Thanks in Advance.

0 Replies