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
I get the following error when running polymer help lint from the command line.
error: [cli.main] Error: Found extraneous } in Chalk template literal
at tmp.replace (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/node_modules/chalk/templates.js:109:11)
at String.replace (<anonymous>)
at module.exports (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/node_modules/chalk/templates.js:99:6)
at chalkTag (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/node_modules/chalk/index.js:221:9)
at Chalk.chalk.template (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/node_modules/chalk/index.js:36:20)
at format (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/lib/chalk-format.js:4:10)
at chalkFormat (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/lib/chalk-format.js:10:12)
at ContentSection.arrayify.map.line (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/lib/content-section.js:14:63)
at Array.map (<anonymous>)
at new ContentSection (/usr/local/lib/node_modules/polymer-cli/node_modules/command-line-usage/lib/content-section.js:14:51)```
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
Using macOS mojave and Polymer v 1.8.0
I get the following error when running
polymer help lint
from the command line.The text was updated successfully, but these errors were encountered: