본문 바로가기

IntelliJ7

[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.
[intellij+kotlin+springboot+vue]ERROR Error: Source and destination must not be the same. 해결 방법 IntelliJ에서 kotlin+spring boot+vue+gradle 환경에서 터미널에서 "npm vue build" 명령어를 실행할 경우, 다음과 같은 오류가 발생되었습니다. ERROR Error: Source and destination must not be the same. 그리고 해결은 다음과 같이 하였습니다. "vue.config.js" 파일에서 "outputDir"과 "indexPath"의 경로를 다르게 하면 됩니다. 1. 수정하기 전의 "vue.config.js" 파일의 소스코드 내용 const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ lintOnSave: false, // 오류 상황 미리.. 2023. 7. 3.
Windows IntelliJ에서 npm, vue-cli 설치 방법 intellij에서 vue-cli를 설치하여 사용할려면 우선 node.js를 설치하고 npm을 설치하시면 됩니다. 1. node.js를 다운로드하시고 설치합니다. https://nodejs.org/en#download Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 참고: https://www.jetbrains.com/help/idea/installing-and-removing-external-software-using-node-package-manager.html#ws_installing_and_upgrading_packages npm, pnpm, and Yarn | IntelliJ ID.. 2023. 6. 16.
반응형