inflearn logo
강의

Course

Instructor

Want to learn Vue.js properly? (A week before starting a Vue.js project)

Understanding the basic structure of Vue components

저장만 하면 에러가 뜹니다

Resolved

3873

gunwoof12343829

22 asked

0

영상을 본것과 같이 sampleDate에 값을 치고 중괄호 안에 sampleDate를 넣기만 하고 저장을 하면 오류가 뜹니다. 이 밖에도  알맞은 코드를 쳤는데도 저장만하면 오류가뜹니다. 하지만 비쥬얼코드를 끄고 다시킨다음 "npm run serve"를 치면 다시 됩니다. 

이유없이 저장만 하면 오류가 떠서 수업을 진행할 수가 없습니다. 제발 살려주십시오!

<template>
  <div>{{sampleData}}</div>
</template>
<script>
export default {
    name: '',
    components: {},
    data() {
        return {
            sampleData: '안녕하세요'
        };
    },
    setup() {},
    created() {},
    mounted() {},
    methods: {}
}
</script>
<style scoped>

</style>

6:1   error  Expected indentation of 2 spaces but found 4   indent

   7:1   error  Expected indentation of 2 spaces but found 4   indent

   8:1   error  Expected indentation of 2 spaces but found 4   indent

   8:9   error  Missing space before function parentheses      space-before-function-paren

   9:1   error  Expected indentation of 4 spaces but found 8   indent

  10:1   error  Expected indentation of 6 spaces but found 12  indent

  11:1   error  Expected indentation of 4 spaces but found 8   indent

  11:10  error  Extra semicolon                                semi

  12:1   error  Expected indentation of 2 spaces but found 4   indent

  13:1   error  Expected indentation of 2 spaces but found 4   indent

  13:10  error  Missing space before function parentheses      space-before-function-paren

  14:1   error  Expected indentation of 2 spaces but found 4   indent

  14:12  error  Missing space before function parentheses      space-before-function-paren

  15:1   error  Expected indentation of 2 spaces but found 4   indent

  15:12  error  Missing space before function parentheses      space-before-function-paren

  16:1   error  Expected indentation of 2 spaces but found 4   indent

  18:10  error  Newline required at end of file but not found  eol-last

✖ 17 problems (17 errors, 0 warnings)

  17 errors and 0 warnings potentially fixable with the `--fix` option.

vuex vuejs

Answer 4

0

gunwoof12343829

모르겠어서 비쥬얼코드 지우고 다시 깔건데 프리티어는 깔지 말까요??

혹시 이것이 vscode들어갈때 마다 뜨는데 이것이 문제인가요?

Vetur can't find `package.json` in c:\Users\ASUS\Desktop\WEB만들기.

0

realprogrammers

에러메시지가 eslint 에러입니다. 관련부분을 좀 찾아보시면 좋을것 같습니다.

지금 사용하시는 개발환경 문제인데, 이런 경우 메시지만 보고 도와드리건 너무 어렵구요. 

계속 해결이 안되시면 비주얼 스튜디오 코드 자체를 완전히 삭제하고 다시 설치 해보시면 좋을것 같습니다.

지금 에러 사항은 eslint는 삭제가 되었는데, eslint 설정 정보는 남아있어서 에러가 나는걸로 보이네요

0

gunwoof12343829

지우고 npm run serve친다음 페이지 들어가보니까 됐습니다. 하지만 안녕하세요를 치고 다른 문장으로 바꾸고 저장했더니 또 에러가 뜹니다. 진짜 미치겠습니다.

Failed to compile.

./src/views/Databinding.vue Module Error (from ./node_modules/eslint-loader/index.js): C:\Users\ASUS\Desktop\WEB만들기\vue-default\src\views\Databinding.vue 8:7 error Missing space before function parentheses space-before-function-paren 10:1 error Expected indentation of 6 spaces but found 4 indent 11:6 error Extra semicolon semi 13:8 error Missing space before function parentheses space-before-function-paren 14:10 error Missing space before function parentheses space-before-function-paren 15:10 error Missing space before function parentheses space-before-function-paren 21:9 error Newline required at end of file but not found eol-last ✖ 7 problems (7 errors, 0 warnings) 7 errors and 0 warnings potentially fixable with the `--fix` option.

0

realprogrammers

비주얼 스튜디오 코드 확장 프로그램을 삭제해 보시겠어요?

Eslint나 formatter 같은 확장 프로그램 삭제해 보시면 좋을것 같아요.

에러 메시지만 보면 정확히 알 수는 없지만 설치되어 있는 확장 프로그램 관련해서 에러로 보입니다.

google login 를 따라하다가 오류 발생

0

937

1

Expected indentation of 2 spaces but found 4 오류

0

874

1

카카오 로그인 에러가 뜨세요

0

434

1

Multi-word질문드립니다.

0

234

2

설치 이후 npm run serve 화면 안나옴

0

651

1

vue cli 문제

0

361

2

요청드립니다.

0

160

0

eslint 에러발생

0

1384

1

main.js 질문드립니다.

0

228

1

vuex-persistedstate 는 동작 자체를 안하네요?

0

371

1

15강.조회화면 저장실습 - params안됨

0

286

1

array 넘겨주기

0

164

0

유튜브 4시간 강의와는 어떤 차이가 있을까요?

0

286

1

prefetch기능

0

738

1

테이블 list 랜더링 되지 않습니다.

0

254

1

펑션을 한 depth 더 들어가면 $호출이 안되는 이유가 뭘까요?

0

288

2

name 값이 없는 경우 오류

0

209

1

vue config 파일 문의

0

346

1

실무 레벨에서 공통코드(기준정보)는 어떻게 구현 할까요?

0

327

1

강의자료가 따로 있나요?

0

362

1

computed 대신 직접 this.$store.state.user 사용은 안되나요?

0

171

0

lazy-load의 성능에 대해서 질문이 있습니다.

0

205

0

Prefetch 관련 질문 드립니다.

0

143

1

저는 왜 하나의 단어가 지정이 안될까요?

0

313

1