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.

'au build' is complaining about missing html file when installed via cli for .net core

See original GitHub issue

I’m submitting a bug report

  • Library Version: 0.20.1

Please tell us about your environment:

  • Operating System: Windows 8.1

  • Node Version: 4.4.4

  • NPM Version: 3.10.5

  • Language: TypeScript

Current behavior:

‘au build’ is erroring for new .net core site.

Expected/desired behavior:

  • Create a new Asp.net Core website. (C:/Projects/AureliaTest)
  • Open cmd line, nav to root folder where the wwwroot exists (C:/Projects/AureliaTest/src/AureliaTest)
  • Run ‘au new --here’ <---- important
  • Choose 2 (ASP.NET Core)
  • Choose 2 (Typescript)
  • Choose 2 (Less)
  • Choose 2 (No unit testing)
  • Choose 1 (Yes, create project)
  • Choose 1 (Yes, Install Dependencies) =Wait to finish=
  • Type ‘au build’ It will error stating ‘Error: No index file found at “index.html”’
  • What is the expected behavior? It should not complain about a missing index file. This does not happen when creating project via the ‘au new [name]’ command

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SlowFourierTransformcommented, Nov 9, 2016

Hi, I can’t seem to find an open issue regarding this, and this bug is still happening as of v0.22.0

0reactions
JeroenVinkecommented, Sep 7, 2017

Yep, thats the way!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot .NET tool usage issues - Microsoft Learn
Possible reasons for this include: * You misspelled a built-in dotnet command. * You intended to execute a .NET program, but dotnet-xyz does...
Read more >
CLI's built-in Bundler - Aurelia
Deploying Your App. Run build command au build --env prod , then copy following items to the main deployment folder on your server:...
Read more >
1. Solutions and Projects - Mastering Visual Studio .NET [Book]
Solutions are the containers for all your work in VS.NET. A solution contains a project for each build output. (For example, if you...
Read more >
Publishing and Running ASP.NET Core Applications with IIS
In this post I'll give an overview of the architecture and show you how to deploy your ASP.NET Core applications using IIS on...
Read more >
GNU gettext utilities
8.3.1 Completing GNU gettext Installation; 8.3.2 Main PO mode Commands ... Files; 11.2.4 How to specify the output character set gettext uses; 11.2.5...
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