brackets-userland / brackets-npm-registry

Extension to install other extensions with npm
MIT License
44 stars 8 forks source link

the extension didn't show on right #25

Closed abnud1 closed 8 years ago

abnud1 commented 9 years ago

I have arch linux x64 with KDE plasma 5 and installed brackets from AUR, after following the installation instructions exactly the extension didn't show even after restarting brackets.

My extensions folder : asgerf.bracket-rename brackets-npm-registry enturn.quick-search mikaeljorhult.brackets-autoprefixer talmand.html-templates brackets-emmet camden.w3cvalidation fede91.brackets-preferences-ui quickdocsjs themesforbrackets brackets-morecsscodehints dnbard.extensions-rating hirse.beautify swmitra.html-designer

zaggino commented 9 years ago

Hi @abnud1 , can you copy ouput of your console (debug > show developer tools) after Brackets starts?

abnud1 commented 9 years ago

this is the output http://pastebin.com/eNPyBhCi

I think the problem are these two errors in particular : Failed to load resource file:///home/abd/.config/Brackets/extensions/user/brackets-npm-registry/node_modules/babel-core/node_modules/core-js/client/shim.min.js Failed to load resource file:///home/abd/.config/Brackets/extensions/user/brackets-npm-registry/node_modules/babel-core/node_modules/regenerator/runtime.js

well I noticed that ~/.config/Brackets/extensions/user/brackets-npm-registry/node_modules/babel-core/npm_modules folder doesn't exist

P.S: on npm install it says that it failed installing some optional dependency(it didn't say in what it failed) but I'm not sure if this is a problem

zaggino commented 9 years ago

@abnud1 are you using npm3 to install this by any chance?

zaggino commented 9 years ago

i've updated the extension, in case you were using npm3, delete the extension and try the installation steps again please

abnud1 commented 8 years ago

thanks very much, it shows now, problem solved

zaggino commented 8 years ago

If the server is down, it builds its own registry file which takes a bit time for the first time. Should be fine next time.