sveltejs / sapper-studio

An electron app for building Sapper projects
Other
220 stars 25 forks source link

Fresh install bugs #42

Open Master244 opened 4 years ago

Master244 commented 4 years ago

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;
Master244 commented 4 years ago

No joy on Linux as well but that could be related to the earlier issues I see on the tracker.