Forum Discussion
Arun Aggarwal
Jan 29, 2019Copper Contributor
Error - Local gulp not found in project directory while running a spfx sample application
Hi I need some help in running a sample SharePoint Framework project. It used to be so easy to develop in Visual Studio since you only had to write some code but VS took care of everything else t...
- Jan 31, 2019
I had to delete the following files from the project folder for "npm install" to work correctly to install the dependencies.
1) package-lock.json,
2) yarn.lock &
3) shrinkwrap.yarn
Thanks to Andrew Connell for his advise. I tried everything what is available on the net and nothing helped. Hope it helps you.
Arun Aggarwal
Jan 29, 2019Copper Contributor
Hi Joel, I tried deleting node_modules folder but it did not help :-(. Any more suggestions.
Thanks
-Arun
Jan 29, 2019
Sorry, nothing other than checking if your machine is configured correctly.
Hope this can help:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment
Hope this can help:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment