question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

can't install opensea-js

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:23

github_iconTop GitHub Comments

2reactions
cyberscape-labscommented, May 25, 2022

Also can’t seem to install with npm install opensea-js

1reaction
PetrucciLucacommented, Aug 18, 2022

Hi all! If it’s useful my workaround that work for me:

Admin Console

  1. nvm install 14.20.0
  2. nvm use 14.20.0

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found