You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW I'm not able to reproduce this with Node 20.5.1 on my machine (macOS Ventura 13.5.2).
However, based on the error it looks like you might not have Python installed on your system, or NPM is unable to find it. You can find some suggestions of how to resolve in this thread, but I'm going to close since I'm unable to reproduce.
What is the bug?
When trying to add the
@farcaster/hub-nodejs
package using Yarn using Node v20.5.1, I encountered the following error:Upon switching to v18.17.1 (via nvm) the issue disappears.
I am on MacOS Ventura (Apple M1 Pro). I installed my node via
nvm
To reproduce:
Run yarn add @farcaster/hub-nodejs on v20.5.1
Expected Behavior:
The package should be added successfully.
Actual Behavior:
Encountered an error related to node-gyp.
Let me know how I can help! and thanks for your support. I'm not blocked in any way since i can simply develop using Node 18.
The text was updated successfully, but these errors were encountered: