Installing development tools
Building thiss-js and related packages requires node 12.x and npm 6.x. Install using the appropriate package manager.
Ubuntu 18.04
Code Block | ||
---|---|---|
| ||
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt install nodejs |
...