From the course: SharePoint Framework for Developers: 1 Understanding the Toolchain

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using a locally installed Yeoman generator

Using a locally installed Yeoman generator

From the course: SharePoint Framework for Developers: 1 Understanding the Toolchain

Start my 1-month free trial

Using a locally installed Yeoman generator

- [Narrator] Now we just saw an example of installing a Yeoman generator globally, and generating an application with it. Installing things globally is certainly one way to go. And if you wish to use that generator over and over again, then yes, that is a way to go about doing things. But you can also choose to install a generator locally. And for that matter, any npm package locally. Let's talk in the term of Yeoman generators. So let's see what do I have installed globally, first. So, npm list dash g, depth equals zero. And currently, I have three things installed globally. Let's remove the generator electron from our global level. Npm uninstall dash g for global, generator electron. I will leave Yeoman installed globally, because we'll use that. Now, technically, everything I'm showing here could be used for Yeoman as well. But for now, let's just go and uninstall the generator. Okay, now with the generator gone, let's just verify that it is gone. So it's no longer installed at the…

Contents