Build Web npm run build:web
See original GitHub issueAfter running npm run build:web
and running on an http server with http-server
the folder dist / web
I have the following error in the console and the page is blank

- Node version: v8.6.0
- NPM version: 5.6.0
- Mac OS: 10.13.4
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
node-build-web-app - npm
Start using node-build-web-app in your project by running `npm i ... A Build System for Angular 2 web app development using the Gulp...
Read more >build:web fails inside npm script with typescript - Stack Overflow
We are using the expo-cli as a local dependency to run build:web from a npm script without global installation of expo-cli.
Read more >Let's Build a Web App with NPM and Express - This Dot Labs
We'll be covering how npm is used, show some examples of importing express from npm and how to utilize it for running a...
Read more >Tools: building website abends - Development - Joplin Forum
npm run buildWebsite > buildWebsite > npm run buildApiDoc && node ./packages/tools/build-website.js && npm run buildPluginDoc && npm run ...
Read more >Multiple build and deploy with different configurations
stages: - buildWeb - deployWeb - buildApp - deployApp build web: image: ... src/config.js - npm run build artifacts: name: web expire_in: 1 ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The #857 says #751 has solved this problem.
I fixed it by catching the exception of
require('electron').shell.openExternal(url)
.The changes in my codes as follows:
src/renderer/main.js
:src/renderer/components/GithubCorner/index.vue
: