Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
error An unexpected error occurred: "Unknown token 92:1".
Log
Trace:
SyntaxError: Unknown token 92:1
at Parser.unexpected (/usr/local/lib/node_modules/yarn/updates/0.19.1/lib/lockfile/parse.js:224:11)
at Parser.parse (/usr/local/lib/node_modules/yarn/updates/0.19.1/lib/lockfile/parse.js:329:14)
at exports.default (/usr/local/lib/node_modules/yarn/updates/0.19.1/lib/lockfile/parse.js:13:17)
at /usr/local/lib/node_modules/yarn/updates/0.19.1/lib/lockfile/wrapper.js:129:60
at next (native)
at step (/usr/local/lib/node_modules/yarn/updates/0.19.1/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /usr/local/lib/node_modules/yarn/updates/0.19.1/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13
If the current behavior is a bug, please provide the steps to reproduce.
yarn add babel-plugin-transform-remove-console-enhance --dev
What is the expected behavior?
add package
Please mention your node.js, yarn and operating system version.
OS: MacOS 10.12.3
node: v6.8.0
yarn: v0.19.1
Started running into a similar issue after the update to Yarn 0.20 on Debian Jessie: