Jeremi G.
Jeremi G.
The error you're getting is because serverless is trying to find serverless-python-requirements in your node_modules but it isn't there. When you checkout, none of your dependencies are installed in the...
@TauseefMalik yes! It's because the selection.js script uses es6, which isn't compatible with a lot of minification tools (which use the standard es2015, or es5). You should be able to...
have you `npm install --global --production windows-build-tools` in administrator mode?
> Alternatively, you can switch to `InjectManifest` mode and `webpack` will compile your `swSrc` file using the options you have configured for your main compilation, including the `babel` config. Is...
On my end, seems like it's a general misconfiguration issue. Using async functions at all (which were previously only in my SW entry) causes this error to throw. So it's...
@axic I'm guessing the emcc binary is required, even in the CI build; which means you don't mind if it takes a little bit to run on cache miss? Might...
I tried very hard, unfortunately I was getting issue with settings up the environment to properly run everything. On Fri, Feb 8, 2019 at 12:36 PM Scott Moore wrote: >...
Nice, presumably an npm package will do the job!
@avive I've made a similar PR #17 could you test on iOS/x? It works good on Electron, Web and Android with that setup. Sorry to bother! Considering getting a Hackintosh...
I'll give it a shot. Not too confident about the UI, but it might work out!