Город МОСКОВСКИЙ
00:03:21

Cannot create a project named because of npm naming restrictions name can no longer contain capita

Аватар
Реактивное Развитие
Просмотры:
38
Дата загрузки:
27.11.2023 20:43
Длительность:
00:03:21
Категория:
Технологии и интернет

Описание

In this video we are discussing react project name conventions - here we fixed an error shown in VS code terminal window when we run the command npx create-react-app SAMPLEPROJECT
npx create-react-app sampleProject

but we got the error as given below

Cannot create a project named "SAMPLEPROJECT" because of npm naming restrictions: * name can no longer contain capital letters Please choose a different project name react project name convention

This is because of React Project name convention

later we given the correct react project name convention as below

npx create-react-app sampleproject


all letters in the project name are small letters

react project, "sampleproject" created without any error

react project name convention

Рекомендуемые видео