Ionic 설치 후 Ionic create 로 새로운 프로젝트 생성 (react 타입으로 프로젝트 생성)
ionic serve 명령어 실행시 ERR_INVALID_ARG_TYPE 타입 에러발생
> react-scripts start
[react-scripts] ℹ 「wds」: Project is running at http://10.0.43.5/
[react-scripts] ℹ 「wds」: webpack output is served from /
[react-scripts] ℹ 「wds」: Content not from webpack is served from /Users/saltfactory/Projects/SSHanbit/SSHBApp/public
[react-scripts] ℹ 「wds」: 404s will fallback to /index.html
[react-scripts] Starting the development server...
[react-scripts]
[react-scripts] You can now view SSHBApp in the browser.
[react-scripts] Local: http://localhost:8100/
[react-scripts] On Your Network: http://10.0.43.5:8100/
[react-scripts] Note that the development build is not optimized.
[react-scripts] To create a production build, use npm run build.
[INFO] Development server running!
Local: http://localhost:8100
Use Ctrl+C to quit this process
[INFO] Browser window opened to http://localhost:8100!
[react-scripts] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
[react-scripts] at validateString (internal/validators.js:112:11)
[react-scripts] at Object.join (path.js:1039:7)
Ionic 정보
ionic serve
명령어 실행시 ERR_INVALID_ARG_TYPE 타입 에러발생