mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
Added support for loading NPM package in dev mode. Added support for SPA style redirects.
14 lines
347 B
HTML
14 lines
347 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h1>
|
|
This path is intended to host a single-page application (SPA) but it
|
|
failed to install.
|
|
</h1>
|
|
<div>
|
|
Check the logs for more information. You may be able to fix the issue by
|
|
running the following command inside the folder:
|
|
<pre>npm i</pre>
|
|
</div>
|
|
</body>
|
|
</html>
|