Closed mcondarelli closed 6 years ago
It seems the right fix is to rename the files, instead:
mcon@black:~/projects/plantuml-editor/src/store/modules$ ls -l
total 24
-rw-r--r-- 1 mcon mcon 3412 Nov 13 18:30 gistApi.js
-rw-r--r-- 1 mcon mcon 2216 Nov 13 18:30 histories.js
-rw-r--r-- 1 mcon mcon 1250 Nov 13 18:30 Layout.js
-rw-r--r-- 1 mcon mcon 4862 Nov 13 18:30 plantumlEditor.js
-rw-r--r-- 1 mcon mcon 1198 Nov 13 18:30 umlTemplate.js
mcon@black:~/projects/plantuml-editor/src/store/modules$
Now it seems to work (I only played with it a few minutes). Regards.
Thanks for the feedback. Fixed index.js.
Here is the log of my installation attempt:
It seems the following change allows it to compile successfully (was this ever tested on a cases-sensitive filesystem?):
... but I'm not really sure this is the right fix because the program doesn't seem to work too well:
What am I missing? Please advise.