Jolyn
Jolyn
I began work on a `` component today for single-spa-layout. The preloading behavior won't be part of the initial implementation, but that part is very easy.
Could you provide more details? ```sh ~/c/single-spa.js.org (master|✔) $ node --version v14.15.0 ~/c/single-spa.js.org (master|✔) $ cd website ~/c/s/website (master|✔) $ yarn install yarn install v1.22.10 warning package.json: No license field...
I think this was also reported in https://github.com/single-spa/zh-hans.single-spa.js.org/issues/154. I am able to start the project without any modifications. What os, nodejs version, and yarn version are you using? Maybe try...
Don't delete the yarn.lock - you should use the yarn.lock that's in the repository.
It appears you may be installing the incorrect version of `@docusaurus/plugin-content-docs`. The yarn.lock requires 2.0.0-alpha.37. See code below: https://github.com/single-spa/zh-hans.single-spa.js.org/blob/59b956207f880e29ee692a9dbd82ec3d78ceda41/website/yarn.lock#L953 However, your stacktrace is from a different version, because it references...
Try upgrading to NodeJS 14.
I haven't used this plugin with Angular CLI projects before. If you can create a demo repo with the problem I might be able to look into it and see...
[Here's an example](https://github.com/n8n-io/n8n/blob/181ba3c4e236279b65d102a8a33ae6896f160487/LICENSE.md) of how n8n used the Commons Clause license alongside an Apache license. After some research, my conclusion (which might be wrong) is that Commons Clause is intended...
Additionally, the original post in https://github.com/spdx/license-list-XML/issues/902 has links to various projects that use commons clause.
Waiting to execute javascript until the service worker is installed is not just complexity, but a performance limitation. This documentation talks about service workers as an alternative that was considered:...