inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

Vue.js - Django 연동 웹 프로그래밍 (실전편)

뷰 폴더 복사하기

filemanager 추가 및 빌드 오류

409

Goboo

작성한 질문수 7

1

filemanager 패키지 설치 후 파일 복사를 위해 빌드시 아래와 같이 오류가 발생 하네요. 

⠙  Building for production...

 WARNING  Compiled with 3 warnings                                                                          5:52:58 PM

 warning  

asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  static/css/chunk-vendors.c130b102.css (333 KiB)
  static/js/chunk-vendors.18b5a613.js (248 KiB)

 warning  

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  home (587 KiB)
      static/css/chunk-vendors.c130b102.css
      static/js/chunk-vendors.18b5a613.js
      static/js/home.09c36ef0.js
  post_list (587 KiB)
      static/css/chunk-vendors.c130b102.css
      static/js/chunk-vendors.18b5a613.js
      static/js/post_list.539dce62.js
  post_detail (587 KiB)
      static/css/chunk-vendors.c130b102.css
      static/js/chunk-vendors.18b5a613.js
      static/js/post_detail.479912bc.js


 warning  

webpack performance recommendations: 
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/

  File                                          Size                              Gzipped

  dist/static/js/chunk-vendors.18b5a613.js      247.54 KiB                        81.36 KiB
  dist/static/js/post_detail.479912bc.js        6.09 KiB                          2.36 KiB
  dist/static/js/post_list.539dce62.js          6.07 KiB                          2.35 KiB
  dist/static/js/home.09c36ef0.js               6.07 KiB                          2.35 KiB
  dist/static/css/chunk-vendors.c130b102.css    333.30 KiB                        39.39 KiB

  Images and other types of assets omitted.

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
      
[Error: ENOENT: no such file or directory, lstat '/dist/static'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/dist/static'
}
[Error: ENOENT: no such file or directory, lstat '/dist/favicon.ico'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/dist/favicon.ico'
}
[Error: ENOENT: no such file or directory, lstat '/dist/home.html'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/dist/home.html'
}

vuejs django Vuetify

답변 2

0

김석훈

독자님. 해결되어서 다행입니다.

0

Goboo

이유는 모르겠으나, 다시 빌드하니 정상 빌드 되고, 해당 백엔드 위치에 복사가 정상적으로 되네요..

최신 현행화 영상 Play 안됩니다.

0

293

2

뷰 폴더 복사하기 configureWebpack 에러

1

421

2

webpack devserver 에러

0

286

2

VUE에서 라우터를 쓰면 django랑 연동이 안되나요?

0

274

1

배포 관련 질문입니다

0

256

1

formdata 와 json responser

0

363

1

axios url 질문이 있습니다

0

271

1

질문

0

246

1

질문입니다 !!

0

236

2

Post model

0

251

1

taggit

0

310

1

질문입니다 !!

0

179

1

질문이 있습니다.. !!

0

228

1

context 변수

0

226

1

AUTH_USER_MODEL

0

202

1

npm run serve 후 빈페이지

0

758

1

build 오류

0

563

2

axios

0

265

1

filemanager webpack plugin

0

363

2

vue 버전

0

306

2

row 행 클릭 오류

0

415

2

post-list.html - test 화면표시

0

380

1

장고 모델의 ForeignKey 관련 해서

0

268

1

비밀번호 변경기능 만들기에서 비밀번호 변경은 되는데 에러가 나요

0

335

1