Closed username1565 closed 3 years ago
I had nodejs v12 (node -v -> 12+). Solution: I used n.
node -v ----> 11+
About installation of n
:
sudo npm install -g n
then you can change after to lastest node's LTS by running
sudo n [version to install]
learn more with
n --help
Hello. I did try to compile this pool on
Ubuntu 18.04 LTC (Bionic) WSL
, onWindows 10 Pro
. I got success, but there was been so many warnings.The following things I want to tell you.
I had
nodejs v12
(node -v
->12+
). Solution: I usedn
.Also, on try to run
npm update
solution:
npm install domexception@^2.0.1
then:
Solution
Then
OK, then,
OK.
Also, I saw some throw exception with bignum. Solution:
npm rebuild bignum
OK.After all,
run poll
OK.You can add this packages, with versions of this, into package.json.
Best regards.