Forum Discussion
Vani_metamicro
Jan 31, 2020Copper Contributor
Error: Cannot find module '@microsoft/sp-build-web'
Hello, I have set up the development environment for share point framework and i am trying to run the first application. when i do gulp serve, i get the error message as in the screen shot. Please c...
- Feb 07, 2020
From your picture, I can see that you are using node version 13, which is not currently supported. Download version 10 and that should resolve the issue.
Feb 01, 2020
You shouldn't need to install specific modules to get started as new projects are already created with all the dependencies in place.
Try deleting the node modules folder and run "npm install" again, just in case something went wrong the first time
Try deleting the node modules folder and run "npm install" again, just in case something went wrong the first time