Forum Discussion
EmmanuelJim
Sep 29, 2022Copper Contributor
New in Sharepoint Development
I am new to Sharepoint development but I don't understand how can I develop on it, I tried to use Developer Toolkit but it is disabled in Sharepoint Store, also "install" Sharepoint Framework because...
EmmanuelJim
Sep 30, 2022Copper Contributor
I did everything on that page, but the problem is when I ran the command
yo Pernille-Eskebo/sharepoint
This command gives me the following error:
yo : The term 'yo' is not recognized as the name of a cmdlet, function, script file, or executable program. check the
spelling of the name, or if a path was included, check that the path is correct and try again.
Online: 1 character: 1
+ Pernille-Eskebo/sharepoint
+ ~~
+ CategoryInfo: ObjectNotFound: (yo:String) [], CommandNotFoundException
+ Fully qualifiedErrorId: CommandNotFoundException
This error don't allow me to continue the process to generate the project
SvenSieverding
Oct 02, 2022Bronze Contributor
Did you execute the commands
"npm install yo --global"
"npm install Pernille-Eskebo/generator-sharepoint --global"
as in a shell with administrator privileges?
The error message suggests, that yeoman has not been installed globally.
"npm install yo --global"
"npm install Pernille-Eskebo/generator-sharepoint --global"
as in a shell with administrator privileges?
The error message suggests, that yeoman has not been installed globally.