Hello Sir!
Just testing and understanding around better the tech.
On this repo:
https://github.com/decentraland/catalyst
PROBLEM:
I have tried to run it on myserver Ubuntu 20.4 and on my LocalPC Windows 10, and am getting this results:
SERVER: Ubuntu 20.4
cd /var/www/catalyst
yarn install
yarn build // error 1
yarn test // error 1
LOCAL PC: Windows 10
yarn install
yarn build // No license field?
yarn test // error 1
QUESTION:
Any hint on what is the problem?
Is it important the โNo license fieldโ? If so, were do i find it?
Thanks!
Here the question on github:
https://github.com/decentraland/catalyst/issues/772