Tag: CLI
-
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…
-
Do you know PnP? I think that you should.

PnP stands for Pattern & Practices, this is an initiative which include samples, guidance and tools regarding SharePoint Framework, Office 365 APIs, Office Add-ins, and Microsoft Graph. PnP is community driven open source project where Microsoft and external community members are sharing their knowledge and best practices for Office 365, SharePoint…
-
How to upgrade an SPFx project

After the recently preview release of the SPFx version 1.18 I think it’s a good idea to give some space to an awesome tool that helps a lot in the upgrading process, this tool is: CLI for Microsoft 365 This tool can be installed on any platform (Windows, macOS or…