nhn / toast-ui.vue-editor

This repository is DEPRECATED! GO TO 👉 https://github.com/nhn/tui.editor/tree/master/apps/vue-editor
MIT License
229 stars 47 forks source link

ERROR Failed to compile with 2 errors #50

Open Sunggil opened 4 years ago

Sunggil commented 4 years ago

Version

2.0.0

Test Environment

macOS Mojave 10.14.6(18G3020)

Current Behavior

sunggillee@sunggilui-MacBook-Pro:~/Dev/Git/ggomjirak/Refrigerator/admin-server/frontend(feature/notice⚡) » npm run build

> fish-admin@0.1.0 build /Users/sunggillee/Dev/Git/ggomjirak/Refrigerator/admin-server/frontend
> vue-cli-service build

⠇  Building for production...

 ERROR  Failed to compile with 2 errors                                                                                                                                      14:10:45

These dependencies were not found:

* tui-editor/dist/tui-editor-contents.css in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vuetify-loader/lib/loader.js??ref--18-0!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/notice/Notice.vue?vue&type=script&lang=js&
* tui-editor/dist/tui-editor.css in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vuetify-loader/lib/loader.js??ref--18-0!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/notice/Notice.vue?vue&type=script&lang=js&

To install them, you can run: npm install --save tui-editor/dist/tui-editor-contents.css tui-editor/dist/tui-editor.css
 ERROR  Build failed with errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fish-admin@0.1.0 build: `vue-cli-service build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fish-admin@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/sunggillee/.npm/_logs/2020-03-19T05_10_45_490Z-debug.log

Expected Behavior

build success.