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

Cannot find module 'mysql' #2

Closed
tanguyvda opened this issue Apr 12, 2016 · 5 comments
Closed

Cannot find module 'mysql' #2

tanguyvda opened this issue Apr 12, 2016 · 5 comments

Comments

@tanguyvda
Copy link

Hi,

I had some trouble with the size of the result panel. It took all the editor space and couldn't resize it to make it show my editor panel. By the way, I've found out that there was an update so I did it and now here is what happen :

Error loading domain "BracketsSqlConnectorDomain": Unable to load one of the modules: C:/Users/tcharles/AppData/Roaming/Brackets/extensions/user/brackets-sql-connector/node/SQLConnectorDomain, reason: Cannot find module 'mysql

and

Resizable panels within the editor area should be created via WorkspaceManager.createBottomPanel().
Element: n.fn.init[1]0: div#brackets-sql-connector-result-pane.brackets-sql-connector-result-panelength: 1__proto__: n[0]/utils/Resizer.js:239 makeResizable

Regards

Tanguy

@azlux
Copy link

azlux commented Apr 12, 2016

Same here for the module error (unable to load) since the last update

@alemonteiro
Copy link
Owner

Sorry guys, my bad on last update, forgot to put the modules in, gonna upload a fix in a few.
A fix until:
$ npm install
on the node folder.

And strange that about the pane size, i do use createBottomPane for the resizable editor, but gonna check it.

@alemonteiro
Copy link
Owner

I'm unable to upload the new version on brackets extension registry, seems to be a issue on the registry:
adobe/brackets#7387

For now you need to run npm install on the node folder or download and extract to the extension folder: http://alemonteiro.com.br/brackets-sql-connector.zip

@tanguyvda I added an max-height to the result panel on 0.5.2, let me know if it fixes your issue.

@tanguyvda
Copy link
Author

both of the issues are now fixed, thanks to you. I open a new ticket for the last problem that I face.

@alemonteiro
Copy link
Owner

glad to know =)

alemonteiro pushed a commit that referenced this issue Apr 15, 2016
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

3 participants