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
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
When installing on Microsoft Windows 10, even using Git Bash, Visual Studio Code 1.90 and Windows-build-tools 5.2.2, an error is shown when installing the project through the following command.
mkdir eduardoac-blog
cd eduardoac-blog
yarn create keystone-app
The error displayed after several different attempts is as follows in the screenshot. I tried looking for a solution online or through initial discovery.
Additional context
Following the same setup, we noticed that the following commands ran successfully without any issues.
mkdir eduardoac-blog
cd eduardoac-blog
npm init keystone-app@latest
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
When installing on Microsoft Windows 10, even using Git Bash, Visual Studio Code 1.90 and Windows-build-tools 5.2.2, an error is shown when installing the project through the following command.
The error displayed after several different attempts is as follows in the screenshot. I tried looking for a solution online or through initial discovery.
Additional context
Following the same setup, we noticed that the following commands ran successfully without any issues.
The text was updated successfully, but these errors were encountered: