thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Extension failed to load :( #63

Closed desmochai closed 10 years ago

desmochai commented 10 years ago

I tried debugging, the ExtensionLoader.js. code-folding-error-handler code-folding-error-description

Any thoughts? This plugin, is my hard dependency. :+1:

thehogfather commented 10 years ago

what version of brackets are you running? Also what is the stack trace or errors in the console when this error occurs?

desmochai commented 10 years ago

@thehogfather I'm running v38 on Windows 8.1 x64 Professional. There's only one error I get in the console. (FAILED TO LOAD 'extension path')

thehogfather commented 10 years ago

I'm really stomped on this one. Could you try to install an older version of the extension manually from this url https://github.com/thehogfather/brackets-code-folding/tree/v0.2.7

It looks like requirejs complains about loading some codemirror modules.

desmochai commented 10 years ago

Sure, I will try the older version and install it manually from the given url.

desmochai commented 10 years ago

code-folding-installation-error

Cannot install!!!

thehogfather commented 10 years ago

I just pushed another version on the registry. Can you install and report any errors?