electron-vue
electron-vue copied to clipboard
KARMA : Uncaught ReferenceError: require is not defined\nat webpack
trafficstars
Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.
Describe the issue / bug.
# I tried to upgrade my version of electron from 2.0.4 to 5.0.13. When I ran the karma test by this command 'yarn run unit', its says 'Uncaught ReferenceError: require is not defined'.
How can I reproduce this problem?
#
- clone the electron-vue repo
- change the version of electron to 5.0.13
- run 'npm install'
- run 'npm run unit'
If visual, provide a screenshot.
#

Tell me about your development environment.
!
- Node version: 12.8.3
- NPM version: 6.14.6
- vue-cli version: (if necessary)
- Operating System: linux