-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to activate the atom-ctags package #192
Comments
I'm having almost the same problem but on linux. |
[Enter steps to reproduce:]
Atom: 1.18.0 x64 Stack TraceFailed to activate the atom-ctags package
Commands
Non-Core Packages
|
on my system, i did a search for the file and found it at /usr/lib/atom/node_modules/ctags/build/Release/ctags.node Linking (ln -s) made it start up ok, but then it crashes after some time |
i have same issue on my mac. |
[Enter steps to reproduce:]
Atom: 1.21.0-beta0 x64 Stack TraceFailed to activate the atom-ctags package
Commands
Non-Core Packages
|
[Enter steps to reproduce:]
Atom: 1.21.0-beta0 x64 Stack TraceFailed to activate the atom-ctags package
Commands
Non-Core Packages
|
I found a workaround (also maybe this will help to solve issue). I edit first line of file ~/.atom/packages/atom-ctags/node_modules/ctags/src/ctags.coffee to became like this:
because on my system:
(note "app.asar.unpacked" in path) |
I have the same issue |
Seeing the same issue here, Win 10 |
Also receiving this problem, same specs as one of the Mac's up there ^ |
Using Win7, @xHasKx's fix worked, but I also had to change the direction of the slashes. My tag line reads |
@xHasKx fix worked on my atom. |
@Shoes01 fix worked for Windows 10. This will need a fix in ctags.node generation. Looks like the asar folder was (re)introduced in Atom 1.21, following this discussion: atom/atom#14682 and the symbols-view repository from which ctags is forked has already found the solution: atom#226 I guess we are stuck until either an equivalent PR is made for ctags, or better, this repo merges changes from symbols-view, which is actually already on the TODO list. |
@xHasKx fix also worked for me, tnx
|
@xHasKx fix also worked for me, tnx Atom : 1.21.0 |
I've not tried the fix, but I've moved over to using the new facebook-atom |
I had to do reverse of what @xHasKx mentioned above.
I am on windows 7. Thanks @xHasKx! |
[Enter steps to reproduce:]
Atom: 1.19.0-beta4 x64 I followed @xHasKx fix and got it working, though the directories were reversed for me. Stack TraceFailed to activate the atom-ctags package
Commands
Non-Core Packages
|
I've had this issue, and had to do the reverse of @xHasKx did, as @harsh2327 suggests, which fixes the issue |
Same for me too. Issue re-appeared a few days back. Reversed the previous fix (which is suggested by @xHasKx) and fixed the issue. |
Same here thanks agoose77 |
thk@xHasKx 'ways ,it work for me |
[Enter steps to reproduce:]
Atom: 1.16.0 x64
Electron: 1.3.13
OS: Mac OS X 10.12.5
Thrown From: atom-ctags package 5.1.0
Stack Trace
Failed to activate the atom-ctags package
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: