ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Rebuild failed in 2.5.0 on Atom 1.52.0 #111

Closed wjandrea closed 3 years ago

wjandrea commented 3 years ago

I got a notification, "Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom." So I clicked "Rebuild Packages", but it failed. Here's a screenshot and the full error text.

Screenshot from 2020-10-17 17-03-03

I'm using Ubuntu 18.04 if that's important

110 seems to be the same issue

wjandrea commented 3 years ago

Here's the log: 2020-10-17T21_02_19_627Z-debug.log

ioquatix commented 3 years ago

Okay let me try rebuilding it locally. Maybe a dependency needs to be updated.

ioquatix commented 3 years ago

Thanks for your log file. It appears you were trying to use node-pty 0.8.x but it has some issues. I've updated the dependency and released script runner v2.6.0 - can you please try it and let me know if it fixes your issue?

wjandrea commented 3 years ago

Yes, it's working now, thanks!