I am trying to execute gulp serve but it gives me error cannot find module '@microsoft/sp-build-web' . How do i resolve it ?
Have you executed npm install
first to restore the missing dependencies?
@karishmaTCS are you still seeing this issue? @waldekmastykarz 's suggestion is correct. Feel free to re-open this issue if you are still having troubles.
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues
Most helpful comment
Have you executed
npm install
first to restore the missing dependencies?