electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

main.js: Add require to import modules. #142

Closed rhythm-sharma closed 5 years ago

rhythm-sharma commented 5 years ago

getting this error while npm start

Screenshot from 2019-04-22 18-49-32

to resolve this error we need to change import to require in main.js (in example folder) after changing import to require npm start works Screenshot from 2019-04-22 19-20-30