KyleKorndoerfer / BracketsUML

A Brackets extension that allows you to create PlantUML diagrams from within the editor
MIT License
14 stars 3 forks source link

Installation fails #13

Closed deepu105 closed 8 years ago

deepu105 commented 9 years ago

Installation fails in Release 1.2 build 1.2.0-15697 (release 8f82e2a97)

I was trying to install from Git url and from zip, Is this listed in Brackets plugin page?

KyleKorndoerfer commented 9 years ago

I have not published the extension yet as there are still a few bugs/features I would like to wrap up before I do (only with sequence support to start). I've been busy with other work at the moment and have honestly not tried to install it yet through the extension manager. I've just been developing it from within my extensions folder. I'll try to look at it this weekend and see what I can do.

You could try to manually pull the source and place it inside a folder in your brackets extension folder (Help | Show Extensions Folder).

KyleKorndoerfer commented 8 years ago

(finally able to spend some time on this project)

After looking into this, I believe that the issue was that the name property of the package.json file was causing the installation issues. The proper format for the name property is to be all lower case, no spaces, dashes and underscores allowed (package.json documentation). After making this change and adding the extension to a clean instance of Brackets (via drag-n-drop zip file) it installed and worked successfully.