-
Notifications
You must be signed in to change notification settings - Fork 1
Failed to install #89
Comments
Hi Nico Currently the documentation is a bit misleading, sorry for that. If you only want to runt the data transformation script, it is not necessary to add We will update the documentation after testing the data transformation on a new Linux machine. Thanks for testing! |
I tried the following but the 4rd step (yarn run data:spatial:tile) failed - see below: % git clone https://github.com/geops/tree-lib (1) (2) (3) (4) -> Error: |
Hi Nico Finally we have updated the documentation and fixed some minor hiccups. You can find the new documentation here: https://lib.tree-app.ch/ Thanks for your patience and nice holidays! We're looking forwad to your feedback. |
I tried to install the tree-lib and the treeapp on my Linux CentOS7 server.
However, during the installation some things went wrong so I had to make some changes manually. Maybe you can modify your installation / setup scripts to make the installation easier and let it finish without errors.
% cd /zope/tree-app
% yarn add @geops/tree-lib
% cd /zope/tree-app/node_modules/@geops/tree-lib/data
% yarn run data:transform
% cd /zope/tree-app/node_modules/@geops/tree-lib
% yarn run data:start
ERROR:
error Command "prettier" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
% yarn run data:spatial:export
% yarn run data:spatial:tile
% yarn run data:spatial:fonts
Best regards
Nico
The text was updated successfully, but these errors were encountered: