opensea-js: can't install opensea-js
can’t install opensea-js on Mac mini (M1 chip) with node v17.9.0 and npm V8.7.0. it stay at idealTree:Crypto: sill idealTree buildDeps
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 26
Hi all! If it’s useful my workaround that work for me:
Admin Console
Project console 3) npm install --global yarn 4) npm uninstall --save opensea-js 5) npm cache clean –force 6) yarn add opensea-js
Note: not work with node 16.8.0 and 14.7.0
Also can’t seem to install with npm install opensea-js
use yarn add instead of npm. that worked for me