Closed trentks closed 7 years ago
This is probably related to #360.
Same problem on MacOS Sierra with Atom 1.17.2 and latex 0.43.0
@tomrunia @trentks Just released v0.44.0, can you verify that problem still exists after updating?
Atom 1.18.0. Same problem. Click "rebuild button" helps but latex package keep saying it can be upgraded to version > then 0.44.0 but cannot because of my atom version
@danielleontiev You probably need v0.44.0 but not v0.44.1 since it requires Atom 1.19.0. Try uninstalling the latex package then do apm install latex@0.44.0
from the command line.
@yitzchak It works, thanks
@danielleontiev Awesome!
I also get the "Incompatible Packages" error "Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom." "build@unknown – Cannot find module '/local/home/mattiasf/.atom/packages/latex/node_modules/abstract-socket/build'" when I updated to atom "1.19.0" and atom-latex "0.45.0". Rebuilding doesn't help.
@mfalt What OS are you on?
Fedora 24 or 25, can verify in an hour. Everything worked fine before updating these packages.
On Thu, Aug 10, 2017, 11:57 Tarn Burton notifications@github.com wrote:
@mfalt https://github.com/mfalt What OS are you on?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/thomasjo/atom-latex/issues/375#issuecomment-321507386, or mute the thread https://github.com/notifications/unsubscribe-auth/ADFlScQJmlZIe8Y5TEsnC7BZUSQmyZcMks5sWtQZgaJpZM4NhLgU .
@mfalt What PDF viewer do you use?
Evince
On Thu, Aug 10, 2017, 12:02 Tarn Burton notifications@github.com wrote:
@mfalt https://github.com/mfalt What PDF viewer do you use?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/thomasjo/atom-latex/issues/375#issuecomment-321508397, or mute the thread https://github.com/notifications/unsubscribe-auth/ADFlSTe4tAWrpgYPM9W22P2I_5Ik3Visks5sWtUwgaJpZM4NhLgU .
@mfalt I would try uninstalling latex
and doing a fresh install. From the command line:
apm uninstall latex
apm install latex
cd ~/.atom/packages/latex
apm rebuild
I don't see a --verbose
option on apm rebuild
but maybe we will get some more info or maybe something has been corrupted. If this doesn't work I'll start trying to research/reproduce the issue. I have not seen it yet on Arch.
Update:
I'm actually running Fedora 23.
I tried running make
in folder /local/home/mattiasf/.atom/packages/latex/node_modules/abstract-socket/build'
and got the error make: *** No rule to make target '../../../../../../../local/home/mattiasf/.atom/.node-gyp/.node-gyp/iojs-1.6.9/common.gypi', needed by 'Makefile'. Stop.
so I decided to dnf install node-gyp
. After rebuilding latex in atom it said everything went fine and it works after restarting atom now.
I did several tries in rebuilding and restarting before installing node-gyp
so maybe this is a clue.
@mfalt Glad you got it working!
Closing. Will reopen if needed.
Upon launching with this package enabled I am greeted with a bug:
[Enter steps to reproduce:]
Atom: 1.16.0 x64 Electron: 1.4.16 OS: "Manjaro Linux" Thrown From: incompatible-packages package 0.27.2
Stack Trace
Uncaught Error: Invalid child node: undefined
Commands
Non-Core Packages
This is a fresh install of manjaro kde, with atom 1.16.0 x64 and latex 0.43.0. There are no other non-default atom-packages. This all works fine on my laptop running manjaro i3, with atom 1.16.0 x64 and latex 0.43.0.