Webpack cannot find module 'electron'

后端 未结 3 838
滥情空心
滥情空心 2021-01-11 23:51

I am trying to develop a little electron angular2 application based on this tutorial

It seems their is some error with the bundling of webpack, because i cant requir

3条回答
  •  广开言路
    2021-01-12 00:06

    Solved it

    const electron = require('electron');
    const remote = electron.remote;
    

提交回复
热议问题