无法解决模块' child_process'

时间:2017-05-27 12:53:25

标签: node.js electron shelljs

我有一个在电子中运行的angular2 webpack项目。我试图使用shelljs但是webpack无法使用错误构建:

[0] ERROR in ./~/shelljs/src/exec.js
[0] Module not found: Error: Can't resolve 'child_process' in 'D:\Projects\angular-electron\node_modules\shelljs\src'
[0]  @ ./~/shelljs/src/exec.js 6:12-36
[0]  @ ./~/shelljs/src ^\.\/.*$
[0]  @ ./~/shelljs/shell.js

我的网络包配置定位到electron-renderer,我的polyfills正在使用zone-node

return { 
    target: 'electron-renderer', //webpack-build-common.js
    ...

import 'zone.js/dist/zone-node'; //polyfills.ts

我尝试将webpack目标更改为node,但它没有效果。

您可以在paste bin

上查看我的整个网络包配置

0 个答案:

没有答案