Update packages
Hi,
can you please upgrade packages and release a new version?
On MacOs, while compiling a project I am getting below Errors:
> fsevents@1.1.3 install /Users/pratik/dev/hive/code/test-package/node_modules/@scion-scxml/eslint-plugin/node_modules/fsevents
> node install
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.19.0 (node-v64 ABI, unknown) (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.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.19.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
seems like fsevents
has moved to v2.1.3 and they are no longer maintaining v1.1.3. I tried adding newer version of fsevents
manually but still getting this from one of the scxml
package.
Awaiting your response.