electron
See original GitHub issueIssue type
I’m submitting a … (check one with “x”)
[x] bug report
- feature request
- question about the decisions made in the repository
Issue description
Current behavior: Good afternoon, guys! I have certain problem: I can’t wrap your project with Electron.js, If u know how to make ngx-admin for Desktop in another way, Please help me
Expected behavior: The program will be launched
Steps to reproduce:
Related code:
“Failed to load module script: The server responded with a non-JavaScript MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.”
It had been happened with libraries which contain '<script type="module">'
Other information:
npm, node, OS, Browser
<!--
Node, npm: `node --version` and `npm --version`
OS: Windows 10
Browser: Chrome
-->
Angular, Nebular
<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Electron: Build cross-platform desktop apps with JavaScript ...
Electron is an open source project maintained by the OpenJS Foundation and an active community of contributors. Desktop development made easy. Electron takes ......
Read more >Electron - Wikipedia
) is a subatomic particle with a negative one elementary electric charge. ... Electrons belong to the first generation of the lepton particle...
Read more >Electron | Definition, Mass, & Facts - Britannica
electron, lightest stable subatomic particle known. It carries a negative charge of 1.602176634 × 10 −19 coulomb, which is considered the ...
Read more >electron: Build cross-platform desktop apps with ... - GitHub
The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is...
Read more >What is an electron? - TechTarget
An electron is a negatively charged subatomic particle that together with protons and neutrons form an atom's nucleus. Learn why electrons are unique....
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 FreeTop 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
Top GitHub Comments
I was able to solve this problem by setting the
crossOrigin
property in the Angular build as referenced in this Angular defect.Note this fix worked because my files were being served from a remote server, not locally. If your Angular files are being served locally, this likely won’t fix anything and you’ll like have to resort to downgrading to an
es5
build.hi @BiggyBill! We don’t have a plan to release the ngx-admin on desktop. Try to look here, seems, it can resolve the issue