hyper: JavaScript error in main process

Seems to be triggered by the hypterterm-1password plugin, so it might be a problem with that extension. Figured I’d share it anyhow, since probably this shouldn’t be possible anyway.

Uncaught Exception:
Error: watch /Users/isaacs/.node-spawn-wrap-24946-c86a459da0b6 ENOENT
    at exports._errnoException (util.js:949:11)
    at FSWatcher.start (fs.js:1433:19)
    at Object.fs.watch (fs.js:1460:11)
    at Gaze._watchDir (/Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/gaze.js:288:30)
    at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/gaze.js:357:10
    at iterate (/Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:69:5)
    at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:78:11
    at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/gaze.js:422:5
    at iterate (/Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:69:5)
    at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:78:11

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 4
  • Comments: 30 (9 by maintainers)

Commits related to this issue

Most upvoted comments

Getting the exact same error when I try to use nyc

$ nyc ava

I can confirm that this is still present on 0.8.2 using the method I described above to reproduce.

I have the same issue with nyc without the 1password plugin.

I no longer believe that this is related to hypterterm-1password. It’s definitely got something to do with spawn-wrap and nyc. Not clear how those are causing this error, though.