Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation hangs with node v12.3.1 (need to upgrade fsevents) #30

Open
ultrasaurus opened this issue Jun 3, 2019 · 2 comments
Open
Labels
bug Something isn't working

Comments

@ultrasaurus
Copy link

Describe the Bug

installation hangs with node v12.3.1

Steps to Reproduce

Precondition:

$ node --version
v12.3.1
  1. npm init rust-parcel myapp
npx: installed 1 in 0.998s
馃Rust + 馃暩 WebAssembly + 馃摝Parcel = 鉂わ笍

note: command hangs (need to Ctrl-C to stop)
2. cd myapp
3. npm install

> fsevents@1.2.7 install /..../myapp/node_modules/fsevents
> node install

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.7/fse-v1.2.7-node-v72-darwin-x64.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.7 and node@12.3.1 (node-v72 ABI, unknown) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.7 and node@12.3.1 (node-v72 ABI, unknown) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Hit error Connection closed while downloading tarball file 
  SOLINK_MODULE(target) Release/.node
  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  CXX(target) Release/obj.target/fse/fsevents.o
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:2722:
../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
    assert(persistent().IsNearDeath());
           ~~~~~~~~~~~~ ^

Workaround

cd myapp
npm install fsevents
@ultrasaurus
Copy link
Author

for context, see: fsevents/fsevents#274

@sendilkumarn
Copy link
Member

I think this should happen in the plugin. pinging @catsigma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants