Floobits / atom-term3

Open Terminal tabs in Atom. Fork of Term package
Other
88 stars 17 forks source link

Cannot find module ~/.atom/packages/term3/node_modules/pty.js/build #27

Open bendavis78 opened 8 years ago

bendavis78 commented 8 years ago

Term3 commands don't seem to run at all. Atom shows the following error:

"Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom."

term3 0.21.0
build@ – Cannot find module '/home/ben/.atom/packages/term3/node_modules/pty.js/build'
bendavis78 commented 8 years ago

Update: I manually ran npm install inside the .atom/packages/term3 directory, and that created the build dir. Not sure what caused it to fail on the first install. Everything works now (including the "k" key, THANK THE GODS).

y-usuzumi commented 8 years ago

I can confirm this issue, with the Atom 1.3.2

michael-brade commented 8 years ago

Same here. A manual npm i fixed that particular issue. Then rebuild the package, then restart atom. Only then it actually worked for me. (Atom 1.4)

vincevargadev commented 8 years ago

I have the same issue on Ubuntu, Atom 1.4.0., term3 0.21.0.

The bug icon shows up on the bottom right of the Atom interface. Clicking on it, then clicking on the 'Rebuild Package' solves the issue.

this_guy

michaelfong commented 8 years ago

Same issue, when package, term3 is invoked to open as a new tab, nothing happens -- no tab is opened. Running Atom v. 1.6.0 on Linux Mint Debian Edition (Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09) x86_64).

Steps: cd ~/.atom/packages/term3 npm i <the Jan 14 comment above -- rebuild the package and restart atom. Not sure what rebuild entails.> restart Atom