Summary
despite following the instructions from the docs (Import your data — Mattermost documentation) I’m unable to convert exported trello .json
file to .boardarchive
file.
Steps to reproduce
mattermost 6.6.1 deployed on debian based crunchbang++ distro in hyper-v, win 10
following the aforementioned doc (points 4 and 5) after changing direrctory to focalboard/webapp
and running npm install
nothing happens, output is up to date, audited 1 package
There is no focalboard/import/trello
directory though (point 6) which I assume should be created automatically. Trying to create the directory manually obviously doesn’t work, output of importTrello.ts
command is Error: Cannot find module './importTrello.ts'
Expected behavior
I’d expect point 5 to create focalboard/import/trello
directory and install importTrello.ts
module
Observed behavior
Pretty much described in Steps to reproduce section
Additional comments
Mattermost installation works fine, there were no problems during deployment.
Whole procedure is to convert trello .json
to .boardarchive
that could be imported into cloud-based Mattermost instance (that in theory lets me import .boardarchive
file but provides no tools for conversion).
I’d be grateful for tips pointing me in the right direction.