본문 바로가기

프로그래밍15

[Error] Error handling response: TypeError: Cannot read property 'always' of undefined at chrome-extension 콘솔창에 위와 같은 크롬 익스텐션 오류가 떴다. [ 해결방법 ] 내가 크롬에 확장프로그램으로 설치해 둔 드래그프리가 문제였다. 설정을 변경하거나 삭제하면 되는데 나는 딱히 필요가 없어서 지워버렸다. 이렇게 하면 콘솔창에 에러가 안뜬다. 해결완료 :) 2021. 3. 5.
[Error] Node Sass version 5.0.0 is incompatible with ^4.0.0 Failed to compile. ./src/App.scss (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--5-oneOf-6-3!./node_modules/s ass-loader/dist/cjs.js??ref--5-oneOf-6-4!./src/App.scss) Error: Node Sass version 5.0.0 is incompatible with ^4.0.0. sass 설치 후 컴파일 오류가 생기면서 구동이 되지 않았다. [ 해결방법 ] Error: Node Sass version 5.0.0 is .. 2021. 1. 29.
[Install] Node.js / WebStorm 설치 & 실행하기 1. Node.js 자바스크립트 런타임 환경 Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 위의 링크에서 현재 버전 다운로드 후 설치하기 cmd 창을 실행하여 리액트 라이브러리 설치 후 버전 확인하기 2. WebStrom Node.js 편집 프로그램 다운로드 WebStorm: JetBrains가 만든 가장 스마트한 JavaScript IDE 최신 버전 다운로드: WebStorm (Windows, macOS, Linux) www.jetbrains.com 위의 링크에서 설치파일 다운로드 사진 속 경로로 지정 후 Next를 쭉 눌러서 설치하기 30일 무료버전으로 설정하고 시작하기 New Pro.. 2020. 11. 19.
[Install] R / RStudio 다운로드 & 설치하기 1. R 프로그램 통계를 위한 프로그래밍 언어 Download R-4.0.3 for Windows. The R-project for statistical computing. If you want to double-check that the package you have downloaded matches the package distributed by CRAN, you can compare the md5sum of the .exe to the fingerprint on the master server. You will need a version of md5sum for windows: both graphical and comm cran.r-project.org 다운로드 및 설치 후 C:\Program Fi.. 2020. 11. 18.