pyspreadsheet icon indicating copy to clipboard operation
pyspreadsheet copied to clipboard

Cannot resolve module 'child_process'

Open gongph opened this issue 8 years ago • 2 comments

ERROR in ./~/python-shell/index.js
Module not found: Error: Cannot resolve module 'child_process' in D:\workSpace\git\vue-xlsx\node_modules\python-shell
@ ./~/python-shell/index.js 4:12-36

@extrabacon help me!

gongph avatar Nov 04 '16 04:11 gongph

local env:

  • win7 x64
  • node: v6.8.1
  • npm: v3.10.8
  • python: 2.7.3

gongph avatar Nov 04 '16 04:11 gongph

In which context are you trying to use this module? Is it possible that you are attempting to use it with webpack? Unfortunately, that would not work.

extrabacon avatar Nov 04 '16 11:11 extrabacon