[IntelliJ] Multiple build operations failed. Could not move temporary workspace 오류내용: Multiple build operations failed. Could not move temporary workspace 해결:gradle-wrapper.properties 에서 distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip의 gradle 버전을 8.5로 다운그레이드하고, Gradle 리로드 하니 정상적으로 빌드되었다. DEV/ERROR 2024.10.25
[Node.js, Vue] SyntaxError: The requested module 'vue' does not provide an export named 'computed' failed to load config from \vite.config.tserror when starting dev server:file:////node_modules/@vitejs/plugin-vue/dist/index.mjs:3import { shallowRef, computed } from 'vue'; ^^^^^^^^SyntaxError: The requested module 'vue' does not provide an export named 'computed' at ModuleJob._instantiate (internal/modules/esm/module_job.js:104:21) at async ModuleJob.run (internal/mod.. DEV/ERROR 2023.11.20