Max Henash
Max Henash
I encountered this bug too in `jest-runner-groups v2.2.0`. Have Node v14.18.2 and npm workspaces. Downgrading to `"jest-runner-groups": "2.1.0"` (with the strict fixed version of the library to avoid auto-upgrades) helped...
@deepakmchetu I suspect that your IDE (VS Code) autosaves the code and updates the opened files even when you didn’t change them directly, e.g. when you just focused a file...
Though I think it would be a good idea to add a parameter to not watch for file changes in stencil start, kinda `stencil start --watch false`
@orantene2 We had some [problems with DNS yesterday](https://status.bigcommerce.com/incidents/gmpr57gtxkv8), so there are chances that your store was just affected by these problems when you called `stencil push`. Please, retry today if...
@junedkazi @bookernath At the moment the timeout is hardcoded [here](https://github.com/bigcommerce/stencil-cli/blob/master/lib/BuildConfigManager.js#L87). Probably it makes sense to move out the timeout value as a separate CLI option, e.g. `stencil bundle --timeout 60`....
@thenapoleon Thanks for your report. I managed to reproduce the issue and created a corresponding ticket (STRF-8865) on our internal board to fix the bug.
The fix for this issue is not ready yet, we were busy with other higher-priority stuff. Meanwhile, as a temporary workaround, you can download the assets manually, or try [email protected]
@thenapoleon @carlosbensant @caas-e2x This issue was fixed in #685 and released as v3.1.1 to NPM. Please, retry with the updated version of stencil-cli.
@meecect probably it’s better to ask in https://github.com/bigcommerce/cornerstone
@joynakakihara Seems like there are some problems with SSL certificates. As a temporary solution, you can use this one https://stackoverflow.com/a/48960988/9193658 (since stencil-cli is used for dev purposes only and we...