You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2022. It is now read-only.
Yarn projects are not supported. The tool can only read package-lock.json and npm-shrinkwrap.json files.
You can convert yarn.lock to package-lock.json with synp, but that does not cover optionals and devDependencies very well.
We need the yarn.lock to be used as input. Info on optionals are available as: optionalDependencies. devDependencies should be derived by combining info in the package.json (which can be a challenge in mono-repos with multiple package.jsons)
Yarn projects are not supported. The tool can only read
package-lock.jsonandnpm-shrinkwrap.jsonfiles.You can convert
yarn.locktopackage-lock.jsonwith synp, but that does not coveroptionalsanddevDependenciesvery well.We need the
yarn.lockto be used as input. Info on optionals are available as:optionalDependencies. devDependencies should be derived by combining info in thepackage.json(which can be a challenge in mono-repos with multiple package.jsons)