question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[create] Missing index.html barebone app

See original GitHub issue

There is only an <tagName>.js but no index.html after running npm init @open-wc.

Expected:

src 
| -- <tagName>.js
| -- index.html

Actual:

src 
| -- <tagName>.js

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
daKmoRcommented, Apr 1, 2019

those small little differences… / vs \ 🙈

0reactions
jorenbroekemacommented, Apr 1, 2019

I gave this a shot on Windows 10, same issue (tried “building-webpack”)

Works just fine on MacOS Mojave though, just tried and 0 issues whatsoever. Darn Windows bugs

Read more comments on GitHub >

github_iconTop Results From Across the Web

"$ flutter build web" is throwing the error "Missing index.html"?
I had to create a web/index.html directory at the root of my application. After running flutter build web the build folder was populated ......
Read more >
facebook/create-react-app - index.html missing from build
Describe the bug After running the build, the index.html is missing from the /build folder. Did you try recovering your dependencies?
Read more >
Using an HTML Skeleton - W3Schools
Every Web developer should have an HTML skeleton. ... The HTML page is missing head tags. ... Make it a habit to "pack"...
Read more >
Tune nonclustered indexes with missing index suggestions
How to use missing index suggestions to create and tune nonclustered indexes.
Read more >
Quick Start | Electron
This guide will step you through the process of creating a barebones Hello World app in Electron, similar to electron/electron-quick-start.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found