Git Product home page Git Product logo

hub's Introduction

ddb-logo-banner

license commits languages Docs C/C++ CI NodeJS CI .NET CI

DroneDB is free and open source software for aerial data storage. It provides a convenient location to store images, orthophotos, digital elevation models, point clouds or any other file.

image

See it in action: https://hub.dronedb.app/r/pierotofy/brighton-beach

Documentation

https://docs.dronedb.app

Roadmap

We welcome feedback from the community to decide what to implement or prioritize next. Here's the current list of features that are going to be implemented soon:

  • Support for parsing/display of 360/180 panoramic images
  • Support for adding annotations to maps
  • Persistent annotations/measurements on point clouds
  • Support for adding measurements to maps
  • 1.0 release on Registry (expected mid 2022)
  • User management UI
  • Logo/brand customizations
  • Organizational accounts
  • STAC catalog generation
  • Improve Documentation
  • Processing (ability to perform operations on point clouds, orthophotos, images, etc.)
  • Plugins framework

Building From Source

Requirements:

  • sqlite3
  • spatialite
  • cmake
  • libgeos
  • g++ >= 10.1.0 (very important! โš ๏ธ g++ 8 has a bug in the stdc++fs library that will prevent the software from running properly)
  • GDAL >= 2.1

On Ubuntu you can simply execute this script to install the dependencies:

scripts/ubuntu_deps.sh

Then:

git clone --recurse-submodules https://github.com/DroneDB/DroneDB ddb
cd ddb
mkdir build && cd build
cmake .. && make

On Windows you should install Visual Studio (the free Community Edition works great), Git and CMake. Then:

git clone --recurse-submodules https://github.com/DroneDB/DroneDB ddb
cd ddb
md build && cd build
cmake ..
cmake --build . --config Release --target ALL_BUILD -- /maxcpucount:14

Building NodeJS bindings

After you've made a successful build (see above), make sure the build directory is empty (remove it) and that you have npm installed. Then:

npm install

Should be sufficient to build the NodeJS bindindgs.

You can test that they work by issuing:

scripts\setup_windows_env.bat (Windows only)
npm test

hub's People

Contributors

hedo88th avatar pierotofy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hub's Issues

Search function

We should add a search function to look for specific files or folders.

Improve breadcrumbs

The breadcrumbs indicator in the Files tab could be improved to allow navigation back to parents.

E.g. similar to Windows Explorer:

image

UI Tweak: Change Remaining Text On Upload

image

Currently, the upload text next to remaining and the bar do not really agree.

In the example above, the text reads:
Remaining: 344 / 417 files

However, this is in inverse, as it is actually 344/417 files that have already been uploaded, so what remains is actually 73 files.

Add Drag & Drop Uploads

Perhaps more importantly than moving files, adding the ability to add files via drag & drop from a user's computer.

OBJ thumbnails

This is a tricky problem to solve, since Nexus files require an OpenGL context to render a model and server-side rendering in places where X is not present do not have it.

One crazy but ingenious idea could be to generate thumbnails at the first successful render on the client side (via Javascript) and send the thumbnail to the server.

Other approaches would need a processing server that has an OpenGL context able to 1. Download the nexus model, 2. Render it and 3. Send it back to Registry. This seems the approach used by Sketchfab, but it doesn't suit very well for self-host scenarios.

Another approach could be to render the model directly instead of a thumbnail for all model objects. But I think this adds significant bandwidth to all clients viewing the file list.

Create folder button does not respect hierarchy

  • Create a dataset
  • Create a folder aaa
  • Navigate to such folder (double click aaa)
  • Create another folder bbb
  • Refresh the page

Witness: The folder is in the root of the dataset
Correct behavior: The folder should be in aaa/bbb

OBJ downloads in model view only download the OBJ file

image

This is however incorrect, since an OBJ has dependencies.

We need to save (in DDB) the list of dependencies an OBJ depends on and save it in a property field, so that we may reference those dependencies at download time.

Or just download the entire folder of the OBJ (simpler).

Re-design Tabs Workflow

I think the app would benefit from displaying just the "Files" tab as its main content (no tabs). Then various actions (e.g. double-clicking or right clicking --> Open) would open the 3D/Map views as needed (as tabs, just like we do for markdown).

Unable to delete large sets of files

If trying to delete large sets of files, in this case over 760 images, the dialog to delete the images is drawn off-screen and you cannot scroll to the bottom of the list.
image

If deleting a smaller subset of images, it seems to work fine.
image

Issue re-construction:

  1. Upload greater than 55 images
  2. In file view, select greater than 55 images (the number of images selected may be proportional to the height of your monitor. A horizontal-oriented monitor will not show as many files in the delete list as a portrait-oriented monitor.)
  3. Right-click and select delete, or click the trash can icon.
  4. If the number of files selected creates a list longer than the monitor is tall, the options to delete are off-screen and cannot be deleted. The selection does not scroll with the screen, nor does it resize into multiple columns.

Drag & Drop support

We should support drag & drop of files and folders to simplify dataset operations.

Save potree settings

The settings of potree don't persist between visualization changes or refreshes.
We can store them in a cookie on a per-file basis.

Contextual tabs

Tabs should follow the selection: It's useless to show the 3D tab when no LAZ file is selected. Accordingly, It's useless to show the map tab when no georefereced data is present in the current selection.

Add FS operations GUI

  • Add ability to upload new files
  • Add ability to create folders
  • Add ability to delete existing files/folders
  • Add ability to rename files/folders

Branding

It should be possible to change the name of the hub, logo, titles.

Fix extent selector logic

Remove openlayers' "select" component for selecting items' extents (since it's buggy) and write our own logic.

Support GCP

We should support GCP visualization on the map.

Map view has scrollbar that shouldn't be there

image

Notice the scrollbar on the right. This was probably introduced with the changes in #18. The map should not scroll past the size of the screen and no scrollbars should appear (expect the one in the Explorer component).

Make it easier to preview photos

Instead of downloading a photo, it should be possible to display it in high resolution.

Perhaps by clicking it on the map or from the explorer panel.

Many compiler warnings

Are these warnings no big deal?

WARNING in ./vendor/commonui/components/Alert.vue?vue&type=template&id=228ebada&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Alert.vue?vue&type=template&id=228ebada&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Alert.vue template source after compilation.
 @ ./vendor/commonui/components/Alert.vue?vue&type=template&id=228ebada&scoped=true& 1:0-221 1:0-221
 @ ./vendor/commonui/components/Alert.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Header.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Header.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Header.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Explorer.vue?vue&type=template&id=f1a7569e&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Explorer.vue?vue&type=template&id=f1a7569e&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Explorer.vue template source after compilation.
 @ ./vendor/commonui/components/Explorer.vue?vue&type=template&id=f1a7569e&scoped=true& 1:0-224 1:0-224
 @ ./vendor/commonui/components/Explorer.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/FileBrowser.vue?vue&type=template&id=38717f0a&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/FileBrowser.vue?vue&type=template&id=38717f0a&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\FileBrowser.vue template source after compilation. @ ./vendor/commonui/components/FileBrowser.vue?vue&type=template&id=38717f0a&scoped=true& 1:0-227 1:0-227
 @ ./vendor/commonui/components/FileBrowser.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Map.vue?vue&type=template&id=0682d85a&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Map.vue?vue&type=template&id=0682d85a&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Map.vue template source after compilation.
 @ ./vendor/commonui/components/Map.vue?vue&type=template&id=0682d85a&scoped=true& 1:0-219 1:0-219
 @ ./vendor/commonui/components/Map.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Markdown.vue?vue&type=template&id=7cc9bd3e& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Markdown.vue?vue&type=template&id=7cc9bd3e&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Markdown.vue template source after compilation.
 @ ./vendor/commonui/components/Markdown.vue?vue&type=template&id=7cc9bd3e& 1:0-212 1:0-212
 @ ./vendor/commonui/components/Markdown.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Message.vue?vue&type=template&id=05817af6&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Message.vue?vue&type=template&id=05817af6&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Message.vue template source after compilation.
 @ ./vendor/commonui/components/Message.vue?vue&type=template&id=05817af6&scoped=true& 1:0-223 1:0-223
 @ ./vendor/commonui/components/Message.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Login.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Login.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Login.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Panel.vue?vue&type=template&id=215ca782&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Panel.vue?vue&type=template&id=215ca782&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Panel.vue template source after compilation.
 @ ./vendor/commonui/components/Panel.vue?vue&type=template&id=215ca782&scoped=true& 1:0-221 1:0-221
 @ ./vendor/commonui/components/Panel.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Properties.vue?vue&type=template&id=38e7fdb6&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Properties.vue?vue&type=template&id=38e7fdb6&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Properties.vue template source after compilation.
 @ ./vendor/commonui/components/Properties.vue?vue&type=template&id=38e7fdb6&scoped=true& 1:0-226 1:0-226
 @ ./vendor/commonui/components/Properties.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TabButtons.vue?vue&type=template&id=2913259e&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TabButtons.vue?vue&type=template&id=2913259e&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\TabButtons.vue template source after compilation.
 @ ./vendor/commonui/components/TabButtons.vue?vue&type=template&id=2913259e&scoped=true& 1:0-226 1:0-226
 @ ./vendor/commonui/components/TabButtons.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TabSwitcher.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/TabSwitcher.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/TabSwitcher.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TabSwitcher.vue?vue&type=template&id=12f574d8&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TabSwitcher.vue?vue&type=template&id=12f574d8&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\TabSwitcher.vue template source after compilation. @ ./vendor/commonui/components/TabSwitcher.vue?vue&type=template&id=12f574d8&scoped=true& 1:0-227 1:0-227
 @ ./vendor/commonui/components/TabSwitcher.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Thumbnail.vue?vue&type=template&id=99ef512c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Thumbnail.vue?vue&type=template&id=99ef512c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Thumbnail.vue template source after compilation.
 @ ./vendor/commonui/components/Thumbnail.vue?vue&type=template&id=99ef512c&scoped=true& 1:0-225 1:0-225
 @ ./vendor/commonui/components/Thumbnail.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Explorer.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Explorer.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Explorer.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Toolbar.vue?vue&type=template&id=c4f6180e&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Toolbar.vue?vue&type=template&id=c4f6180e&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Toolbar.vue template source after compilation.
 @ ./vendor/commonui/components/Toolbar.vue?vue&type=template&id=c4f6180e&scoped=true& 1:0-223 1:0-223
 @ ./vendor/commonui/components/Toolbar.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Map.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Map.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Map.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TreeNode.vue?vue&type=template&id=29e72a9c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TreeNode.vue?vue&type=template&id=29e72a9c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\TreeNode.vue template source after compilation.
 @ ./vendor/commonui/components/TreeNode.vue?vue&type=template&id=29e72a9c&scoped=true& 1:0-224 1:0-224
 @ ./vendor/commonui/components/TreeNode.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TreeView.vue?vue&type=template&id=213a2456&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TreeView.vue?vue&type=template&id=213a2456&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\TreeView.vue template source after compilation.
 @ ./vendor/commonui/components/TreeView.vue?vue&type=template&id=213a2456&scoped=true& 1:0-224 1:0-224
 @ ./vendor/commonui/components/TreeView.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Window.vue?vue&type=template&id=2e7a2662&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Window.vue?vue&type=template&id=2e7a2662&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\vendor\commonui\components\Window.vue template source after compilation.
 @ ./vendor/commonui/components/Window.vue?vue&type=template&id=2e7a2662&scoped=true& 1:0-222 1:0-222
 @ ./vendor/commonui/components/Window.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Properties.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Properties.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Properties.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/Header.vue?vue&type=template&id=0553a5e4&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Header.vue?vue&type=template&id=0553a5e4&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\webapp\js\components\Header.vue template source after compilation.
 @ ./webapp/js/components/Header.vue?vue&type=template&id=0553a5e4&scoped=true& 1:0-222 1:0-222
 @ ./webapp/js/components/Header.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/Login.vue?vue&type=template&id=81c37b3c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Login.vue?vue&type=template&id=81c37b3c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\webapp\js\components\Login.vue template source after compilation.
 @ ./webapp/js/components/Login.vue?vue&type=template&id=81c37b3c&scoped=true& 1:0-221 1:0-221
 @ ./webapp/js/components/Login.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/Settings.vue?vue&type=template&id=33781e8c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Settings.vue?vue&type=template&id=33781e8c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\webapp\js\components\Settings.vue template source after compilation.
 @ ./webapp/js/components/Settings.vue?vue&type=template&id=33781e8c&scoped=true& 1:0-224 1:0-224
 @ ./webapp/js/components/Settings.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/UserHome.vue?vue&type=template&id=7ba9c061&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/UserHome.vue?vue&type=template&id=7ba9c061&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\webapp\js\components\UserHome.vue template source after compilation.
 @ ./webapp/js/components/UserHome.vue?vue&type=template&id=7ba9c061&scoped=true& 1:0-224 1:0-224
 @ ./webapp/js/components/UserHome.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/ViewDataset.vue?vue&type=template&id=607dbf4c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=template&id=607dbf4c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component C:\Users\ldile\source\repos\HeDo88TH\Registry\Registry.Web\ClientApp\webapp\js\components\ViewDataset.vue template source after compilation.
 @ ./webapp/js/components/ViewDataset.vue?vue&type=template&id=607dbf4c&scoped=true& 1:0-227 1:0-227
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/Header.vue?vue&type=template&id=0553a5e4&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Header.vue?vue&type=template&id=0553a5e4&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./webapp/js/components/Header.vue?vue&type=template&id=0553a5e4&scoped=true& 1:0-222 1:0-222
 @ ./webapp/js/components/Header.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/Login.vue?vue&type=template&id=81c37b3c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Login.vue?vue&type=template&id=81c37b3c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./webapp/js/components/Login.vue?vue&type=template&id=81c37b3c&scoped=true& 1:0-221 1:0-221
 @ ./webapp/js/components/Login.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/UserHome.vue?vue&type=template&id=7ba9c061&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/UserHome.vue?vue&type=template&id=7ba9c061&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./webapp/js/components/UserHome.vue?vue&type=template&id=7ba9c061&scoped=true& 1:0-224 1:0-224
 @ ./webapp/js/components/UserHome.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/ViewDataset.vue?vue&type=template&id=607dbf4c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=template&id=607dbf4c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./webapp/js/components/ViewDataset.vue?vue&type=template&id=607dbf4c&scoped=true& 1:0-227 1:0-227
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./webapp/js/components/Settings.vue?vue&type=template&id=33781e8c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Settings.vue?vue&type=template&id=33781e8c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./webapp/js/components/Settings.vue?vue&type=template&id=33781e8c&scoped=true& 1:0-224 1:0-224
 @ ./webapp/js/components/Settings.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/FileBrowser.vue?vue&type=template&id=38717f0a&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/FileBrowser.vue?vue&type=template&id=38717f0a&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/FileBrowser.vue?vue&type=template&id=38717f0a&scoped=true& 1:0-227 1:0-227
 @ ./vendor/commonui/components/FileBrowser.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Map.vue?vue&type=template&id=0682d85a&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Map.vue?vue&type=template&id=0682d85a&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Map.vue?vue&type=template&id=0682d85a&scoped=true& 1:0-219 1:0-219
 @ ./vendor/commonui/components/Map.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Message.vue?vue&type=template&id=05817af6&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Message.vue?vue&type=template&id=05817af6&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Message.vue?vue&type=template&id=05817af6&scoped=true& 1:0-223 1:0-223
 @ ./vendor/commonui/components/Message.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Login.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Login.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Login.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Properties.vue?vue&type=template&id=38e7fdb6&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Properties.vue?vue&type=template&id=38e7fdb6&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Properties.vue?vue&type=template&id=38e7fdb6&scoped=true& 1:0-226 1:0-226
 @ ./vendor/commonui/components/Properties.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TabSwitcher.vue?vue&type=template&id=12f574d8&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TabSwitcher.vue?vue&type=template&id=12f574d8&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/TabSwitcher.vue?vue&type=template&id=12f574d8&scoped=true& 1:0-227 1:0-227
 @ ./vendor/commonui/components/TabSwitcher.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Explorer.vue?vue&type=template&id=f1a7569e&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Explorer.vue?vue&type=template&id=f1a7569e&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Explorer.vue?vue&type=template&id=f1a7569e&scoped=true& 1:0-224 1:0-224
 @ ./vendor/commonui/components/Explorer.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Markdown.vue?vue&type=template&id=7cc9bd3e& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Markdown.vue?vue&type=template&id=7cc9bd3e&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Markdown.vue?vue&type=template&id=7cc9bd3e& 1:0-212 1:0-212
 @ ./vendor/commonui/components/Markdown.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Panel.vue?vue&type=template&id=215ca782&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Panel.vue?vue&type=template&id=215ca782&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Panel.vue?vue&type=template&id=215ca782&scoped=true& 1:0-221 1:0-221
 @ ./vendor/commonui/components/Panel.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TreeNode.vue?vue&type=template&id=29e72a9c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TreeNode.vue?vue&type=template&id=29e72a9c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/TreeNode.vue?vue&type=template&id=29e72a9c&scoped=true& 1:0-224 1:0-224
 @ ./vendor/commonui/components/TreeNode.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TreeView.vue?vue&type=template&id=213a2456&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TreeView.vue?vue&type=template&id=213a2456&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/TreeView.vue?vue&type=template&id=213a2456&scoped=true& 1:0-224 1:0-224
 @ ./vendor/commonui/components/TreeView.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/FileBrowser.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Toolbar.vue?vue&type=template&id=c4f6180e&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Toolbar.vue?vue&type=template&id=c4f6180e&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Toolbar.vue?vue&type=template&id=c4f6180e&scoped=true& 1:0-223 1:0-223
 @ ./vendor/commonui/components/Toolbar.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Map.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Map.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Map.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Window.vue?vue&type=template&id=2e7a2662&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Window.vue?vue&type=template&id=2e7a2662&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Window.vue?vue&type=template&id=2e7a2662&scoped=true& 1:0-222 1:0-222
 @ ./vendor/commonui/components/Window.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Properties.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Properties.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Properties.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Thumbnail.vue?vue&type=template&id=99ef512c&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Thumbnail.vue?vue&type=template&id=99ef512c&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Thumbnail.vue?vue&type=template&id=99ef512c&scoped=true& 1:0-225 1:0-225
 @ ./vendor/commonui/components/Thumbnail.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Explorer.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Explorer.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/Explorer.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/Alert.vue?vue&type=template&id=228ebada&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/Alert.vue?vue&type=template&id=228ebada&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/Alert.vue?vue&type=template&id=228ebada&scoped=true& 1:0-221 1:0-221
 @ ./vendor/commonui/components/Alert.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/Header.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Header.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/Header.vue
 @ ./webapp/js/main.js

WARNING in ./vendor/commonui/components/TabButtons.vue?vue&type=template&id=2913259e&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TabButtons.vue?vue&type=template&id=2913259e&scoped=true&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) The `prettify` option is on, but the dependency `prettier` is not found.
Please either turn off `prettify` or manually install `prettier`.
 @ ./vendor/commonui/components/TabButtons.vue?vue&type=template&id=2913259e&scoped=true& 1:0-226 1:0-226
 @ ./vendor/commonui/components/TabButtons.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./vendor/commonui/components/TabSwitcher.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/TabSwitcher.vue?vue&type=script&lang=js&
 @ ./vendor/commonui/components/TabSwitcher.vue
 @ ./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue?vue&type=script&lang=js&
 @ ./webapp/js/components/ViewDataset.vue
 @ ./webapp/js/main.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.