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
# Mac의 경우 처음 빌드하려고 하면, 권한 문제가 발생.
$ sudo chown -R 501:20 "/Users/yun/.npm"# 권한 설정. 사용자 정보에 따라 변화.
$ rm -rf node_modules
$ npm cache clean --force
# 권한 문제가 없다면, 아래의 명령어만으로 빌드 가능.
$ npm install
$ npm run start