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
when running any yarn command (ex: yarn, yarn add, ...), I got this error error TypeError: Cannot create property 'org' on string "".
Here is the complete log:
error TypeError: Cannotcreateproperty'org'onstring''atset(C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:53953:28)atset(C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:53967:14)atset(C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:53967:14)atset(C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:53947:16)atobjectPath.set(C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:54000:14)atNpmRegistry.mergeEnv(C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:92680:18)atNpmRegistry.<anonymous>(C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:31952:12)atGenerator.next(<anonymous>)
at step (C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:310:30)
at C:\Users\ASUS\AppData\Roaming\nvm\v20.12.2\node_modules\yarn\lib\cli.js:328:14
To reproduce
On any project using yarn v1.22.22 and Node v20.12.2,
run yarn
Self-service
Describe the bug
when running any yarn command (ex:
yarn
,yarn add
, ...), I got this errorerror TypeError: Cannot create property 'org' on string ""
.Here is the complete log:
To reproduce
On any project using yarn v1.22.22 and Node v20.12.2,
run
yarn
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: