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 May 13, 2024. It is now read-only.
The project name needs to be valid, and if it isn't, you'll get an error message.
[tl;dr]
The prompted "project name" is copied to the "name" field in the package.json.
This field needs to be validated to make sure it is correct, or you will get an error message.
error package.json: Name contains illegal characters
when you run
yarn install
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.
The project name needs to be valid, and if it isn't, you'll get an error message.
[tl;dr]
The prompted "project name" is copied to the "name" field in the package.json.
This field needs to be validated to make sure it is correct, or you will get an error message.
error package.json: Name contains illegal characters
when you run
yarn install
The text was updated successfully, but these errors were encountered: