본문 바로가기

IntelliJ7

[intellij+windows+react] npm install -g create-react-app시 문제 해결방법 IntelliJ, windows 환경에서 react를 설치할려고 "npm install -g create-react-app" 명령어를 실행시켰다. 그리고 다음과 같이 문제가 발생하였고 그리고 해결은 다음과 같이 하였습니다. PS E:\ideaIC-2023.1.4.win\workspaces\a> npm install -g create-react-app npm WARN tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. changed 67 packages in 8s 5 packages are looking for funding run `npm fund` f.. 2023. 7. 24.
[intellij+windows+vue+bootstrap] npm run build시 entrypoint size limit 문제 해결방법 IntelliJ, windows 환경에서 vue를 빌드할려고 "npm run build" 명령어를 실행시켰다. 그리고 다음과 같이 문제가 발생하였고 그리고 해결은 다음과 같이 하였습니다. PS E:\a\frontend> npm run build > frontend@2.1.0 build > vue-cli-service build \ Building for production... WARNING Compiled with 1 warning 오전 11:13:49 warning entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web p.. 2023. 7. 11.
[intellij+windows+vue+bootstrap] npm run serve시 sass migrator 문제 해결방법 IntelliJ, windows 환경에서 vue를 빌드할려고 "npm run build" 명령어를 실행시켰다. 그리고 다음과 같이 문제가 발생하였고 그리고 해결은 다음과 같이 하였습니다. PS E:\a\frontend> npm run serve > frontend@2.1.0 serve > vue-cli-service serve --open INFO Starting development server... 40% building 178/206 modules 28 active ...uCollection\frontend\src\components\BaseDropdown.vue?vue&type=style&index=0&id=7445dd9c&scoped=true&lang=css&Deprecation Warning:.. 2023. 7. 11.
[intellij+windows+vue+bootstrap] npm run build 시 Error: error:0308010C:digital envelope routines::unsupported 발생 해결 IntelliJ, windows 환경에서 vue를 빌드할려고 "npm run build" 명령어를 실행시켰다. 그리고 다음과 같이 오류가 발생하였고 그리고 해결은 다음과 같이 하였습니다. PS E:\a\frontend> npm run build > frontend@2.1.0 build > vue-cli-service build | Building for production...Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at module.exports (E:\a\frontend\node.. 2023. 7. 11.
반응형