Category: Tools
-
Explore the features of SharePoint’s Developer Dashboard

Introduction Do you know that SharePoint offers the ability to open a panel dedicated to developers? This panel is called developer dashboard. Let’s have a look at it! How to open it The developer dashboard is a useful panel that offers developers useful capabilities about SharePoint Framework solutions. In order…
-
Boosting Your SPFx Development with spfx-fast-serve

Introduction: Gulp Serve vs. spfx-fast-serve When developing SharePoint Framework (SPFx) solutions, the traditional gulp serve command is a common way to test your project locally. However, one major downside is the slow build and reload times, especially for larger projects. This is where spfx-fast-serve comes in, providing a faster alternative…
-
Manage Node.js version for a project using NVM and .nvmrc file

I just discovered an interesting and useful feature of NVM so I decided to let everyone know about it! If you don’t know NVM (Node Version Manager) you can read about it in my previous post here. NVM lets you quickly switch the Node.js version for a project to a…
-
NVM – Node Version Manager

Sometimes I need to have multiple Node.js version installed on my machine, maybe it’s only me but if you have my same problem the solution exists and it’s name is NVM. I usually develop on Windows so I installed NVM for Windows from here, but if you’re on other OS…
-
Failed to sync solution to Teams

Some time ago I updated my SPFx sppkg file and as usual deployed it in my SharePoint app catalog, replaced the old version and when I hit the “Sync to Teams” button this showed up: Panic! Did I change something the wrong way? What did I do wrong? Why was…