can't install opensea-js
See original GitHub issuecan’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
Issue Analytics
- State:
- Created a year ago
- Comments:23
Top Results From Across the Web
Can't install opensea-js with NPM - Stack Overflow
I am currently using Node v14.16.0 and NPM v7.7.5 to install opensea-js as a dependency in a project. I try to run the...
Read more >opensea-js - npm
JavaScript SDK for the OpenSea marketplace. Let users buy or sell crypto collectibles and other cryptogoods, all on your own site!
Read more >opensea-js-gas-adjust - npm Package Health Analysis - Snyk
Execute nvm use , if you have Node Version Manager. Then, in your project, run: npm install --save opensea-js. Install web3 too if...
Read more >Building a Dapp with the Opensea API - YouTube
In this video, I will show you how to make use of Opensea's API to create a dapp. We will also connect to...
Read more >ProjectOpenSea - Bountysource
... I can't quite understand.. anyone can help please? lapt1:ae-web3@1.3 adm1$ npm install --save opensea-js npm WARN deprecated safe-event-emitter@1.0.1: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also can’t seem to install with npm install opensea-js
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