We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: for support questions, please use one of these channels: Chat: Gitter
npm start
sh: 1: webpack-dev-server: not found
It should start the development environment
Ubuntu 16 NPM 3.10.8 Node v6.8.1 (using NVM, base Node v4.5)
The text was updated successfully, but these errors were encountered:
@PedroEsperanca I concur. Also, electron-debug is not launching from within: main.desktop.ts
if (process.env.NODE_ENV === 'development') { require('electron-debug')({enabled: true, showDevTools: false}); //<-- modified }
require('electron-debug')({enabled: true, showDevTools: false}); // <!-- works outside if check
Now, devtools is showing the following: Failed to load resource: net::ERR_FILE_NOT_FOUND
polyfill.dlls.js vendor.dll.js polyfills.bundle.js main.bundle.js vendor.bundle.js
There are pointing to: file:///D:/. Web page: localhost:3000 is the same ERR_FILE_NOT_FOUND. How to resolve I do not know.
file:///D:/
Update: The above is resolved by changing baseUrl in config/advance/webpack.common.js and config/webpack.common.js to './' See: #1769
config/advance/webpack.common.js
config/webpack.common.js
'./'
This is a great package. 💯%.
Let the happy coding begin.
Sorry, something went wrong.
No branches or pull requests
Note: for support questions, please use one of these channels: Chat: Gitter
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
error on
npm start
sh: 1: webpack-dev-server: not found
It should start the development environment
Ubuntu 16
NPM 3.10.8
Node v6.8.1 (using NVM, base Node v4.5)
The text was updated successfully, but these errors were encountered: