npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

Does not work with Node 10.0.0 #62

Closed Fatme closed 6 years ago

Fatme commented 6 years ago

Seems does not work with node v10.0.0. This error is thrown: src\node_contextify.cc:631: Assertion `args[1]->IsString()' failed. 1: node::DecodeWrite 2: node::DecodeWrite 3: uv_loop_fork 4: v8::internal::interpreter::BytecodeDecoder::Decode 5: v8::internal::RegExpImpl::Exec 6: v8::internal::RegExpImpl::Exec 7: v8::internal::RegExpImpl::Exec 8: 000000FD52684281

Steps to reproduce:

  1. Open node REPL
  2. Type require("fstream")
  3. The above error is trhown
Fatme commented 6 years ago

I'm closing this. More info can be found here: https://github.com/EvanOxfeld/node-unzip/issues/116