synp
synp copied to clipboard
Convert yarn.lock to package-lock.json and vice versa
#### Issue description: yarn.lock => package-lock.json when I create a new project with `vue-cli@~4.5.0`,it create a `yarn.lock`. And then follow the steps ``` synp --source-file yarn.lock // delete node_modules npm...
#### Issue description: `synp -w --source-file ./yarn.lock` #### Are you reporting a conversion error? Please include a link to `yarn.lock` / `package-lock.json`: ``` # This file is generated by running...
I came here, because I want to generate a package-lock.json from a yarn.lock, because I want to use NPM instead of YARN. Obviously, I have not installed the dependencies yet...
Yarn supports dependencies override with [`resolutions`](https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/). In NPM 8.3 there's an equivalent feature [`overrides`](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides). It would be great if `synp` supported it.
Dear [synp](https://npmjs.com/package/synp) maintainers, Thank you for your contribution to the open-source community. This issue was automatically created to inform you a **new version (1.9.9) of [synp](https://npmjs.com/package/synp) was published without a...
``` npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched...
#### Issue description: After converting yarn.lock, generated package-lock.json is missing some dep declaration and some "dev" flags (using 1.9.4) Here all json/lock files : https://gofile.io/uploadFiles Or directly attached (beware of...
Replace `bash-glob` with `node-glob` or smth else.
Right now, we're doing a lot of this manually, and flattening the package-lock.json file. It'll save a lot (and likely protect against future breakage) to use this instead: https://www.npmjs.com/package/npm-logical-tree
#### Issue description: After converting yarn.lock to package-lock.json I run `npm install`. output is ``` npm i npm ERR! code ETARGET npm ERR! notarget No matching version found for dependencies@undefined...