Sep 29 2022 02:03 PM
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 Microsoft Learn gives it as a recommendation but it doesn't work for me allows to generate the data of a project since the gulp and yo commands say that they do not exist.
Sep 30 2022 12:42 AM
@EmmanuelJim You will need to install different tools for SPFx development like node.js, yeoman, gulp, etc.
Follow below documentation to set up your development environment properly: spfx-set-up-your-development-environment
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Sep 30 2022 08:57 AM - edited Sep 30 2022 08:59 AM
I did everything on that page, but the problem is when I ran the command
yo @microsoft/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
+ @microsoft/sharepoint
+ ~~
+ CategoryInfo: ObjectNotFound: (yo:String) [], CommandNotFoundException
+ Fully qualifiedErrorId: CommandNotFoundException
This error don't allow me to continue the process to generate the project
Oct 02 2022 03:08 AM