Posts

Showing posts from April 18, 2020

Cannot find module ‘@microsoft/sp-build-web’ SPFx

While we are developing in server object model coding we often get below error "Object Reference not set to be instance of an object" For this error we have different different fix as every one knows that right. Here also the same as we are developing with spfx solutions we get this below error  "Cannot find module ‘@microsoft/sp-build-web’ SPFx" In my case : I have fixed the above error by degrading from Node version from V10 to V8 Version  Hope this will work if you persist the same kind of error.