JasoonX

Results 3 comments of JasoonX

Face the same issue when trying to run in lerna monorepo

In our project, we resolved this issue by introducing a pre-installation step that utilizes 'npm-force-resolutions'. This approach was complemented by adding 'glob' to the 'resolutions' section within our 'package.json'. This...