Closed ExecutorElassus closed 5 years ago
Sorry, I have no idea how that is related to this plugin.
well, according to the error report, the failure is with the node-gyp rebuild
command, which it claims belongs to this plugin, and that I should tell you that that command is failing. Does node-gyp not belong to the abstract-socket plugin?
No, it does not. It's used to build other packages which have native code in them, such as this plugin. I think you are running into this because of some mismatch in running / built Node (or Atom) version.
ah. In that case, I'm going to assume that it's probably something lacking in my local node.js installation, since the atom package is relatively new.
Cheers.
latex 0.5.0 apparently contains native modules that were compiled for an earlier version of Atom than mine (1.29.0-beta2), but rebuild fails with the following (this is the partial log from atom's internal console output):
That first line suggests something's wrong with my permissions, but I'm not sure how to debug.
Thanks for the help.