I have used jsforce ver1.5.1 in my project.
Recently I tryed to update jsforce 1.6.0 but I failed to bundle the source using webpack.
Error messeage is below.
ERROR in .//jsforce/lib/cli/cli.js
Module not found: Error: Cannot resolve module 'repl' in ** node_modules path **
@ .//jsforce/lib/cli/cli.js 40:86-101
ERROR in .//commander/index.js
Module not found: Error: Cannot resolve module 'child_process' in ** node_modules path **
@ .//commander/index.js 6:12-36
How should I do?
I have used jsforce ver1.5.1 in my project.
Recently I tryed to update jsforce 1.6.0 but I failed to bundle the source using webpack.
Error messeage is below.
ERROR in ./
/jsforce/lib/cli/cli.js/jsforce/lib/cli/cli.js 40:86-101Module not found: Error: Cannot resolve module 'repl' in ** node_modules path **
@ ./
ERROR in ./
/commander/index.js/commander/index.js 6:12-36Module not found: Error: Cannot resolve module 'child_process' in ** node_modules path **
@ ./
How should I do?