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
Installation with Yarn Global do NOT create polymer symlink to binary in yarn/$prefix/bin folder ... so the installation process create all the symlinks of the dependencies packages of polymer-cli in the yarn symlinks directory :
yarn config get prefix
>~/.yarn-global
but not the most important polymer symlinks to binary, so i have these two negative features :
Get all the package dependencies symlinks to binary that i'm not sure if it's right ! Because i need to handle the version already installed and the version needed for polymer environment!
I'm going to close this, simply because this is a problem with using yarn for any global installation, nothing specific to polymer-cli. I'll open a new issue to change the install instructions to use npm.
Description
Installation with Yarn Global do NOT create polymer symlink to binary in yarn/$prefix/bin folder ... so the installation process create all the symlinks of the dependencies packages of polymer-cli in the yarn symlinks directory :
but not the most important polymer symlinks to binary, so i have these two negative features :
Get all the package dependencies symlinks to binary that i'm not sure if it's right ! Because i need to handle the version already installed and the version needed for polymer environment!
I can't use the polymer command !
Versions & Environment
Steps to Reproduce
Previous Issue
#859 Solved from @usergenic
The text was updated successfully, but these errors were encountered: