error 썸네일형 리스트형 [NUXT] error on IE browser When I develop with Nuxtjs (Vue.js framework), I got the object Error on IE(internet explorer) brower like this. I guess, This occured by nuxt framework's leak browser compatibility.So, I was googling with this error message..Finally I got the solution.. # nuxt.config.js build: {... vendor: ["babel-polyfill"], babel: { presets: [ [ "vue-app", { useBuiltIns: true, targets: { ie: 9, uglify: true }.. 더보기 PostgreSQL install ]$ sudo dnf install postgresql10*]$ sudo systemctl enable postgresql.service # important to do this. error occure if not execute]$ sudo /usr/bin/postgresql-setup --initdb]$ sudo systemctl restart postgresql.service # install pgadmin optional]$ sudo dnf install pgadmin4* 더보기 [Python] pip install error fatal error: Python.h: No such file or directory after executing pip install, get this error messages..then install python-dev packages ]$ sudo dnf install python3-develor]$ sudo dnf install python-devel in ubuntu]$ sudo apt-get install python3-dev 더보기 이전 1 2 3 4 다음