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
In issue #960 I've discovered that you can enable the emojis in yarn by setting --emoji to true.
I wanted to do so, that is why I've executed the command below. Unfortunetely that didn't work.
I've tried on my Windows 10 laptop running LTS version of Node.js (12.18.3) and it worked there.
Command
yarn config set -- --emoji true
What is the current behavior?
Yarn doesn't do what the command is supposed to do and says that 'str.trim is not a function'
What is the expected behavior?
Setting --emoji to true by default (puts it into .yarnrc)
Steps to Reproduce
Run yarn config set -- --emoji true
Outputs error An unexpected error occurred: "str.trim is not a function".
Environment
Node Version: 14.4.0
Yarn v1 Version: 1.22.4
OS and version: Ubuntu 18.04 (Budgie)
The text was updated successfully, but these errors were encountered:
Bug description
In issue #960 I've discovered that you can enable the emojis in yarn by setting --emoji to true.
I wanted to do so, that is why I've executed the command below. Unfortunetely that didn't work.
I've tried on my Windows 10 laptop running LTS version of Node.js (12.18.3) and it worked there.
Command
What is the current behavior?
Yarn doesn't do what the command is supposed to do and says that 'str.trim is not a function'
What is the expected behavior?
Setting --emoji to true by default (puts it into .yarnrc)
Steps to Reproduce
yarn config set -- --emoji true
error An unexpected error occurred: "str.trim is not a function".
Environment
14.4.0
1.22.4
The text was updated successfully, but these errors were encountered: