New upload of IAmPicard/StarTrekTimelinesSpreadsheet. The windows standalone installer can be made working with a few manual changes after installation, see the releases page.
I'm trying to build it at home, and it seems like the git submodule portion is not working.
As a workaround, I cloned STTApi into its own repo, then moved the folder into the StarTrekTimelinesSpreadsheet folder. I think it's working, but maybe not.
I also had to manually install numerous webpack and babel modules.
Anyway, seems like I'm near the finish line. Electron does fire up, but there are a bunch of errors such as:
ERROR in ./src/components/AppHome.js
Module not found: Error: Can't resolve '@uifabric/styling' in '/Users/[username]/Repos/StarTrekTimelinesSpreadsheet/src/components'
@ ./src/components/AppHome.js 34:0-52 495:19-34
@ ./src/components/App.js
@ ./src/index.js
@ multi (webpack)-dev-server/client?http://0.0.0.0:8080 (webpack)/hot/dev-server.js ./src/index.js
Tons of these "can't resolve" errors. My guess is that there is either some misconfiguration, or maybe I haven't done the STTApi thing correctly.
Anyone actually build this from johanw666's copied repos?
I'm trying to build it at home, and it seems like the git submodule portion is not working.
As a workaround, I cloned STTApi into its own repo, then moved the folder into the StarTrekTimelinesSpreadsheet folder. I think it's working, but maybe not.
I also had to manually install numerous
webpack
andbabel
modules.Anyway, seems like I'm near the finish line. Electron does fire up, but there are a bunch of errors such as:
Tons of these "can't resolve" errors. My guess is that there is either some misconfiguration, or maybe I haven't done the STTApi thing correctly.
Anyone actually build this from johanw666's copied repos?