tries to resolve fsevents@1.2.4 but is long deprecated
cocoonkid opened this issue · 3 comments
cocoonkid commented
> node install
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v83-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.4 and node@14.3.0 (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
Which version is recommended?
maxigimenez commented
@cocoonkid thanks for flagging this. I recommend removing package-lock.json
locally until we update the one in the repo. This will fix the problem.
maxigimenez commented
For the record updating package-lock.json breaks our tests. But for local development works perfectly.
maxigimenez commented
This has been fixed with #120