Kun Yan
Kun Yan
@zmiklank $NPM_BUILD is a good for some monorepo use `nx` or `lerna`
I noticed same behavior. not sure if it caused by react-keycloak or keycloak.js
@vhpoet https://github.com/kunyan/koa-cors/tree/next
@vhpoet I can't push a new branch to upstream :(
@evert0n can you checkout a new branch named "next". and I will create a PR to it. then you can publish a new package to npm. the user could use...
pls use this until @evert0n push new patch ``` "koa-cors": "git+https://[email protected]/kunyan/koa-cors.git#next", ```
The best solution is create a `.npmrc` file in your project root directory with following content ``` legacy-peer-deps=true ``` It will only apply to your current project without impact any...
https://github.com/spaship/spaship/blob/7ed228a45b29f223bb1005db338424b883c25057/packages/cli/src/services/deployService.js#L53 It should `reject(rawData);`
I did a test on  my local
@mwcz since we decided use mongoose to replace native mongodb client. I removed mongo mock part for development. There still have a mock database for unit test https://github.com/spaship/spaship/blob/daf58ad76b28570153603df923180031a78a10c6/packages/api/controllers/apiKey.test.js#L27-L51 I think...