본문 바로가기

vue6

[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.
[intellij+kotlin+springboot+vue] intellij 터미널에서 vue를 실행시 권한문제 발생 해결방법 IntelliJ에서 kotlin+spring boot+vue+gradle 환경에서 터미널에서 "vue ui" 명령어를 실행할 경우, 다음과 같은 오류가 발생되었습니다. PS E:\d\frontend> vue ui vue : C:\Users\xxx\AppData\Roaming\npm\vue.ps1 파일을 로드할 수 없습니다. C:\Users\xxx\AppData\Roaming\npm\vue.ps1 파일이 디지털 서명되지 않았습니다. 현재 시스템에서 이 스크립트를 실행할 수 없습니다. 스크립트 실행 및 실행 정책 설정에 대한 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.. 위치 줄:1 문자:1 .. 2023. 7. 7.
반응형