Forum Discussion
SPFx Dev Environment Toolchain Warnings
- Jun 21, 2019Hi Charisma,
Ok so there is some confusion here. If you only need to create normal SharePoint framework projects, then you don't need to specifically install the resources on the link you provided.
Those tools are used by default when you create a new project using the yeoman generator. They are already in your project :)
Don't specifically install them, and if you did, you can delete and follow only the steps from the link I sent you. That link should have all the tools you need to get started.
Regarding the warnings when installing nom packages, you will see similar errors when you install the packages on a specific solution (for example a web part)
You can ignore them and don't try to fix the ones that are related to the packages used by default by SPFx as that may break your project.
Hope that helps and let me know if you have any other questions
Joel
If you are talking about setting up your dev environment machine, then this link may be more suitable
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment
Apologies if I got it wrong
Joel
Joel Rodrigues Hi, Joel! I actually followed those instructions first, without issue. But these other tools are also recommended as helpful, "The SharePoint Framework toolchain is the set of build tools, framework packages, and other items that manage building and deploying your client-side projects." So, all related. I'm just wondering if there is a more recent conversation or doc where I can find the updated tools, because these all throw warnings and deprecation notices at me.
- Jun 21, 2019Hi,
You shouldn't need to install those. What are you trying to achieve?- Charisma RileyJun 21, 2019Copper Contributor
Joel Rodrigues I don't have a goal other than installing what is needed to build web parts. These are described on the page as, "the set of build tools, framework packages, and other items that manage building and deploying your client-side projects." They are in groups: SharePoint Framework packages (I figured these were pretty essential or they wouldn't be listed here, and they involve some components I already believe to be pretty essential, such as the SharePoint generator and the workbench) and Common build tool packages, which I also see as things people probably use when they build this stuff. So, I am just asking, where can I find an updated version of this since the tools that they list here are all coming back with tons of warnings and deprecation notices when they are installed. But maybe the real question is: are people not using these anymore? And if not, what is a better resource for me to find the additional packages that may be needed when building out today's web parts and hosted solutions for SharePoint Online?
- Jun 21, 2019Hi Charisma,
Ok so there is some confusion here. If you only need to create normal SharePoint framework projects, then you don't need to specifically install the resources on the link you provided.
Those tools are used by default when you create a new project using the yeoman generator. They are already in your project :)
Don't specifically install them, and if you did, you can delete and follow only the steps from the link I sent you. That link should have all the tools you need to get started.
Regarding the warnings when installing nom packages, you will see similar errors when you install the packages on a specific solution (for example a web part)
You can ignore them and don't try to fix the ones that are related to the packages used by default by SPFx as that may break your project.
Hope that helps and let me know if you have any other questions
Joel