Nikola Kalinov

Results 14 comments of Nikola Kalinov

I managed to make it work by using a combination of `yarn pnpify` and symlinks 🎉 Here is what I did: 1. `yarn add --dev @yarnpkg/pnpify` 2. Add `serverless` as...

@tauqeer81 Were you able to make it work? I will try to setup the demo project with angular cli for the next version

@aneta-stepien - thanks, It is a bug but I am not sure where... will have to check

That's not currently possible, but will see how it could be implemented.

Bumping this up. Could you prioritize this guys... please?

I just added support for this via lodash.set paths in this PR: https://github.com/microsoft/redux-dynamic-modules/pull/195 Looking at this repo's activity I do not expect it to be merged (soon) so if you...

Provoqued by the previous comment, I was also not having `react-native-codegen` in the same folder as `react-native`. Using Yarn Berry and a monorepo, the fix for me was to add:...

- Did you do yarn/npm install after the link? - Is `@project-foo/package1` version the same as the one listed in project-bar? I think I had the same issue but after...