synp icon indicating copy to clipboard operation
synp copied to clipboard

Unknown token

Open vire opened this issue 2 years ago • 2 comments

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 "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

__metadata:
  version: 6
  cacheKey: 8
...
more thousands lines

vire avatar Apr 11 '22 14:04 vire

Yarn 2+ (Berry) lockfiles are not supported yet(

__metadata:
  version: 6
  cacheKey: 8

antongolub avatar Apr 14 '22 21:04 antongolub

Same issue:

~/.nodenv/versions/16.3.0/bin/synp --source-file yarn.lock
Workspace (npm lockfile v2) support is experimental. Pass `--with-workspace` flag to enable and cross your fingers. Good luck!
Unknown token: { line: 3, col: 2, type: 'INVALID', value: undefined } 3:2 in lockfile

__metadata: version: 4 cacheKey: 7

leonk-sportsbet avatar Jan 22 '23 06:01 leonk-sportsbet