Skip to content
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

Extension encountered an error while starting up #12

Open
marxguimaraes-bdev opened this issue Feb 8, 2018 · 4 comments
Open

Extension encountered an error while starting up #12

marxguimaraes-bdev opened this issue Feb 8, 2018 · 4 comments

Comments

@marxguimaraes-bdev
Copy link

I tried installing it through the Extension Manager but this also happens when installing it manually. I receive this message right after installation. Then when I try to open the console it shows another error. I already tried the following:

  • Reinstalling Node.js/NPM
  • Reinstalling Brackets
  • Running Brackets with Adm privileges

Not sure what could be causing this. Does anyone have any insight?

error_1
error_2

@IanRCarter
Copy link

I have the same issue, tried installing via extension manager and via NPM. Using Brackets v1.12.

@abcskif
Copy link

abcskif commented Mar 12, 2018

The same for me

@EvanBuzzell
Copy link

EvanBuzzell commented Jan 19, 2019

@CrashToDesktop @IanRCarter @abcskif @alemonteiro
I found out how to fix this issue and resume operation of the extension as normal!
dhategan/brackets-grunt#51
Inside, I found this:

Looks like the latest version of brackets removed support for PanelManager. I opened up this extension main.js file and changed the PanelManger variable to:

PanelManager = brackets.getModule("view/WorkspaceManager"),

@inesriahi
Copy link

I had the same issue and I found this answer helpful
dhategan/brackets-grunt#51 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants