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
Using > synp --source-file yarn.lock in a monorepo displays this warning:
Workspace (npm lockfile v2) support is experimental. Pass `--with-workspaces` flag to enable and cross your fingers. Good luck!
As a first time user, I took it at face value and added that flag, which resulted in this:
error: unknown option '--with-workspaces'
Quite a minor issue, but misleading to first-time users.
Aside from the fix for the warning text, another suggestion would be to automatically display the help along with the 'unknown option' error, as it does here for a different error:
> synp --with-workspace --source-file yarn.lock
destination file package-lock.json already exists, will not overwrite
Usage: synp [options]
Options:
-V, --version output the version number
-s, --source-file [source-file] The path to the yarn.lock or package-lock.json to be converted
-f, --force Force overwrite destination file
--with-workspace Enable experimental npm lockfile v2 processing
-h, --help display help for command
The text was updated successfully, but these errors were encountered:
Using
> synp --source-file yarn.lock
in a monorepo displays this warning:As a first time user, I took it at face value and added that flag, which resulted in this:
Quite a minor issue, but misleading to first-time users.
Aside from the fix for the warning text, another suggestion would be to automatically display the help along with the 'unknown option' error, as it does here for a different error:
The text was updated successfully, but these errors were encountered: