-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to host and connect #27
Comments
What is your OS and Node version? I've tested it only on Windows with Node,js 12. Does it work without that |
hey i'm on windows 10 with : i use vue-cli-plugin-electron-builder to works with vuejs on electron. Without this package the example works fine. i use npm i will try with yarn to see |
@jpa44 I have an Angular project and it internally uses Webpack (which I belive your |
@hrueger yes i did this in my vue.config.js because i struggled with NODE_MODULE_VERSION error chainWebpack: config => {
config.module
.rule('node')
.test(/\.node?$/)
.use('node-loader')
.loader('node-loader')
.end()
}, |
Have you solved the problem? |
Me or @jpa44 ? |
Hi
i'm using vue-cli-service with your exemple and i have this error : Failed to host and connect. I'm blocked and i don't kno how to solve this thanks !
The text was updated successfully, but these errors were encountered: