Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Installing Tine20 from GIT #7408

Open
Mic-net opened this issue Nov 2, 2022 · 7 comments
Open

Installing Tine20 from GIT #7408

Mic-net opened this issue Nov 2, 2022 · 7 comments

Comments

@Mic-net
Copy link

Mic-net commented Nov 2, 2022

Hello,
on the Wiki, and elsewhere, there are outdated tutorials for installing community Tine20 everywhere. Is there a tutorial somewhere for installing Tine20 from Git?

@Mic-net
Copy link
Author

Mic-net commented Nov 4, 2022

I tried installing/updating on Ubuntu using Composer and was unsuccessful.

It says there are a lot of deprecated components in the project and finally fails completely in about 93% after running "./vendor/bin/phing"

on step:

[foreach] /home/Install_tine20/tine20/tine20/build.xml:274:12: /home/Install_tine20/tine20/tine20/build.xml:279:83: Build failed ... webpack-assets-FAT.json not found

BUILD FAILED
/home/Install_tine20/tine20/tine20/build.xml:40:77: Execution of the target buildfile failed. Aborting.

@Mic-net
Copy link
Author

Mic-net commented Nov 6, 2022

I forgot to write that I tried to install on Ubuntu 22.04.1 LTS and 20.04.5. (PHP 8.1 and 8.2 (x64))

My installation procedure (Ubuntu 22.04.1 LTS):

Installing missing components:
sudo apt install php-curl php-gd gettext php-bcmath php8.1-xml php-zip
sudo apt install npm composer
sudo apt install webpack
npm install webpack-cli

mkdir Tine20_Install
cd Tine20_Install
git clone https://github.com/tine20/tine20.git
cd tine20/tine20
mv config.inc.php.dis config.inc.php

composer install --prefer-source --no-interaction
./vendor/bin/phing

I have attached the full log to the file (for command "./vendor/bin/phing").
install_Tine20.log

@Mic-net
Copy link
Author

Mic-net commented Nov 8, 2022

I have webpack-cli installed because if I run the command:
npm webpack-cli --version
Tal writes me my version.

@lab-at-nohl
Copy link
Member

According to your log, the ERRORS are thrown whenever you try to find svg-images.
Module not found: Error: Can't resolve '../../images/icon-set/icon_virus.svg' in 'tine20/tine20/Filemanager/css'

You can find the Tine 2.0 icon-set here.

However, this might not solve your issue. But it might help to get a neat log.

@Mic-net
Copy link
Author

Mic-net commented Nov 10, 2022

Thank you so much for trying, but I gave up...

I ended up updating with a nightly build. And I found that it contains serious bugs that I don't have the power to address at the moment...

@lab-at-nohl
Copy link
Member

To get the image sources (SVG), you have to run git submodule update --init before phing but after composer. Please note that you have to do it in the base directory of your git clone (thus, parent of tine20/).

@Mic-net
Copy link
Author

Mic-net commented Nov 15, 2022

Thank you for your response, I have modified and tried the following procedure:

sudo apt install php-curl php-gd gettext php-bcmath php8.1-xml php-zip
sudo apt install npm composer
npm -g install prettier

mkdir Tine20_Install
cd Tine20_Install
git clone https://github.com/tine20/tine20.git
cd tine20/tine20
mv config.inc.php.dist config.inc.php

composer install --prefer-source --no-interaction
cd ..
git submodule update --init
cd tine20
./vendor/bin/phing

You will then see the following warning:

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  Calendar/js/pollClient/src/index.es6.js (563 KiB)
      Calendar/js/pollClient/src/index.es6.js-cc3244a027e8bb84c519-FAT.js
WARNING in /root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/App.vue?vue&type=template&id=63ca6754&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!/root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/App.vue?vue&type=template&id=63ca6754&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 /root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/App.vue template source after compilation.
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Alpha.vue?vue&type=template&id=6e03074e& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Alpha.vue?vue&type=template&id=6e03074e&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Alpha.vue template source after compilation.
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue?vue&type=template&id=61a18b3b& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue?vue&type=template&id=61a18b3b&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue template source after compilation.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue?vue&type=template&id=61a18b3b& 1:0-187 1:0-187
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Colors.vue?vue&type=template&id=2999fea0& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Colors.vue?vue&type=template&id=2999fea0&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Colors.vue template source after compilation.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Colors.vue?vue&type=template&id=2999fea0& 1:0-190 1:0-190
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Colors.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue?vue&type=template&id=af8f7830& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue?vue&type=template&id=af8f7830&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue template source after compilation.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue?vue&type=template&id=af8f7830& 1:0-187 1:0-187
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=template&id=6143a4c2& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=template&id=6143a4c2&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue template source after compilation.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=template&id=6143a4c2& 1:0-189 1:0-189
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue?vue&type=template&id=7e508290& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue?vue&type=template&id=7e508290&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue template source after compilation.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue?vue&type=template&id=7e508290& 1:0-191 1:0-191
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue?vue&type=template&id=3268aa12& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue?vue&type=template&id=3268aa12&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue template source after compilation.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue?vue&type=template&id=3268aa12& 1:0-194 1:0-194
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue?vue&type=template&id=18a41437& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue?vue&type=template&id=18a41437&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue template source after compilation.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue?vue&type=template&id=18a41437& 1:0-190 1:0-190
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./ux/form/ColorPickerApp.vue?vue&type=template&id=5ac4797d& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=template&id=5ac4797d&)
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Failed to prettify component /root/Tine20_Install/tine20/tine20/Tinebase/js/ux/form/ColorPickerApp.vue template source after compilation.
 @ ./ux/form/ColorPickerApp.vue?vue&type=template&id=5ac4797d& 1:0-212 1:0-212
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in /root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/App.vue?vue&type=template&id=63ca6754&scoped=true& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!/root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/App.vue?vue&type=template&id=63ca6754&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`.
 @ /root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/App.vue?vue&type=template&id=63ca6754&scoped=true& 1:0-249 1:0-249
 @ /root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/App.vue
 @ /root/Tine20_Install/tine20/tine20/Calendar/js/pollClient/src/index.es6.js
WARNING in ./ux/form/ColorPickerApp.vue?vue&type=template&id=5ac4797d& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=template&id=5ac4797d&)
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`.
 @ ./ux/form/ColorPickerApp.vue?vue&type=template&id=5ac4797d& 1:0-212 1:0-212
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=template&id=6143a4c2& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=template&id=6143a4c2&)
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`.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=template&id=6143a4c2& 1:0-189 1:0-189
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue?vue&type=template&id=3268aa12& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue?vue&type=template&id=3268aa12&)
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`.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue?vue&type=template&id=3268aa12& 1:0-194 1:0-194
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Saturation.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue?vue&type=template&id=af8f7830& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue?vue&type=template&id=af8f7830&)
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`.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue?vue&type=template&id=af8f7830& 1:0-187 1:0-187
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Hue.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Alpha.vue?vue&type=template&id=6e03074e& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Alpha.vue?vue&type=template&id=6e03074e&)
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`.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Alpha.vue?vue&type=template&id=6e03074e& 1:0-189 1:0-189
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Alpha.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue?vue&type=template&id=7e508290& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue?vue&type=template&id=7e508290&)
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`.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue?vue&type=template&id=7e508290& 1:0-191 1:0-191
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Preview.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue?vue&type=template&id=18a41437& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue?vue&type=template&id=18a41437&)
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`.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue?vue&type=template&id=18a41437& 1:0-190 1:0-190
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Sucker.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue?vue&type=template&id=61a18b3b& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue?vue&type=template&id=61a18b3b&)
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`.
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue?vue&type=template&id=61a18b3b& 1:0-187 1:0-187
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Box.vue
 @ ./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue?vue&type=script&lang=js&
 @ ./node_modules/@caohenghu/vue-colorpicker/src/color/Index.vue
 @ ./node_modules/@caohenghu/vue-colorpicker/src/index.js
 @ ./node_modules/babel-loader/lib??ref--3!./node_modules/vue-loader/lib??vue-loader-options!./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue?vue&type=script&lang=js&
 @ ./ux/form/ColorPickerApp.vue
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/src/widgets/ColorPalette.js
 @ /root/Tine20_Install/tine20/tine20/library/ExtJS/ext-custom.js
 @ ./Tinebase.js
 @ ./fatClient.js
WARNING in ./node_modules/@caohenghu/vue-colorpicker/src/color/Colors.vue?vue&type=template&id=2999fea0& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@caohenghu/vue-colorpicker/src/color/Colors.vue?vue&type=template&id=2999fea0&)
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`.

And many error messages:

[PHP Error] mkdir(): No such file or directory [line 408 of /root/Tine20_Install/tine20/tine20/vendor/phing/phing/classes/phing/system/io/FileSystem.php]

But the compilation is finished.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants