Cannot Find the Module Error spfx webpart

Copper Contributor

I have scaffold-ed an spfx webppart project. But I am getting the following errors on compilation:

-> Cannot find module 'ToDoWebPartStrings'

-> Cannot find module './ToDo.module.scss'

-> Accessors are only available when targeting ECMAScript 5 and higher

-> I tried creating an spfx webpart using Angular js. I followed this blog Build SharePoint Framework client-side web parts with AngularJS

 

Even in the blog, an error is visible which the author has discarded unfortunately. Any help/Suggestions?

0 Replies