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
Hi. I'm trying to install without Docker on a Mac. The backend installation seems to work fine. However, with 'npm install' in the frontend directory, I get a lot of errors, the first being:
> node install
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
Did these binaries get deleted?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi. I'm trying to install without Docker on a Mac. The backend installation seems to work fine. However, with 'npm install' in the frontend directory, I get a lot of errors, the first being:
Did these binaries get deleted?
Thanks!
The text was updated successfully, but these errors were encountered: