sapper-studio
sapper-studio copied to clipboard
Fresh install bugs
Saw your JSConf2018 talk cool stuff!
That one minute led me here. Tried running it but it hangs on creating a new project. Restarting I was able to open the newly created project but starting it results in nothing client, server stay greyed not like your vid where the builder pops up.
Tried this on a mac Cataline with a fresh clone.
got this build error tho:
(!) `this` has been rewritten to `undefined`
https://github.com/rollup/rollup/wiki/Troubleshooting#this-is-undefined
src/main.ts
107: buttonLabel: 'Create project',
108: properties: ['openDirectory', 'createDirectory'],
109: }, (filenames) => tslib_1.__awaiter(this, void 0, void 0, function* () {
^
110: if (!filenames)
111: return;
No joy on Linux as well but that could be related to the earlier issues I see on the tracker.