-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yarn install fail #2
Comments
Exiting powershell and retrying the command works. However, yarn install fails at [2/4] Fetching packages... |
Try running "npm install" instead. That worked for me. |
@wmorgenweck Good workaround. Thanks! |
yarn install still isn't working with this repo. npm install does but the docs should be fixed or yarn fixed |
Windows PowerShell PS C:\Users> choco install yarn You may experience errors - many functions/packages Do you want to continue?([Y]es/[N]o): yes Installing the following packages: Chocolatey installed 0/1 packages. 1 packages failed. Failures
PS C:> yarn -version
PS C:> npm install yarn
|
problem solving steps :
|
After installing yarn (via downloadable msi from the yarn site) and running the install command, an error occurs. Here is the output.
C:\devsites\Dnn.Evoq.LiquidContent.Samples.Public\APIExplorer> yarn install
yarn : The term 'yarn' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
Is there more to the yarn installation process?
The text was updated successfully, but these errors were encountered: