I can't seem to succeed in deploying KEYMAP_editor on-premises #250
-
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
To be honest the public repo is very old and may not be that worthwhile to run locally unless you want to build something new on top of it. I haven't tested it in a long time and I don't do any development on Windows so I don't know if that's the main issue. I did just give it a try with a fresh clone, npm install seemed to start up without error. Could you elaborate on npm being slow/unreliable? |
Beta Was this translation helpful? Give feedback.
-
When I used the npm install command, I couldn't complete the download for dependencies smoothly, so I skipped this step, so I'll consider changing the download source tomorrow, because I think the big guy's keymap tool is good, but I'm worried that one day, you can't continue to support it, so I want to keep a copy on my local side, but the result seems to be terrible, and then I have the idea of taking a shortcut through git's workflow and then creating a controllable web page, if it's convenient for you, Can you give me some of the configuration files you used to configure this git workflow program, if it's too private, I won't force you, thank you for your reply |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I'm not completely sure I'm following, are you trying to use GitHub's CI process to download and bundle dependencies and publish an artifact that you can download to avoid issues with NPM locally? I guess that could work but you may have to configure the action to run on a Windows image (again, I've never tried this).