New World
[React.JS] React 프로젝트 이름 설정 오류 (because of npm naming restrictions) 본문
Programming/Bug Zero
[React.JS] React 프로젝트 이름 설정 오류 (because of npm naming restrictions)
hyeovi 2021. 7. 9. 22:09728x90
반응형
간만에 다시 한번 리액트 프로젝트를 만들기 위해 리액트 프로젝트를 만드려고 했다. 하지만 프로젝트의 이름에서 오류!!가 발생했다..
Cannot create a project named "설정하려고 했던 프로젝트명" because of npm naming restrictions:
* name can no longer contain capital letters
Please choose a different project name.
한국어로 번역하면 npm이 사용하는 명령어의 일부이거나 프로젝트명에 대소문자 또는 특수기호를 입력하지 말라는 말이다. 리액트 프로젝트명에는 대문자나 특수기호 입력했는지 꼭 확인하자.
반응형
'Programming > Bug Zero' 카테고리의 다른 글
[Linux #2] WslRegisterDistribution failed with error: 0x8007019e (1) | 2021.11.03 |
---|---|
[Linux #1] cmd 또는 powershell로 Linux 설치하였는데 검색되지 않는 현상 (0) | 2021.11.03 |
[HTML] 한글이 깨져서 나올 때 해결 방안 (0) | 2021.04.24 |
[React.JS] Error: Invariant failed: You should not use <Switch> outside a <Router> 해결 방법 (0) | 2021.04.18 |
[React.JS] Error: App(...): Nothing was returned from render. 해결 방법 (0) | 2021.04.17 |
Comments