블로그
- [수코딩자율학습단] 2장 Vue.js 시작하기 - 2일차 사용방법: Node.js를 설치할 때 함께 설치되는 NPM을 사용 npm install -g @vue/cli Visual studio code 설치 (생략) 비주얼 스튜디오 코드 익스텐션
- adonis4 + mongodb download/community Postman https://www.postman.com/downloads/ Node.js https://nodejs.org AdonisJS: install from the following command: npm i -g @adonisjs/cli Add User in MongoDB Only for Windows, set Environment
- koa-bodyparser VS koa-body 비교해보자 설치 및 사용: bash npm install koa-bodyparser javascript const Koa = require('koa'); const bodyParser = require
- 'webpack-dev-server'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. React 개발 환경을 구축 하고 나서 npm run start 했더니 해당 오류가 발생했다. 구글링 하다가 해결이 됐는데, 위 명령어로 install 한 뒤 해당 오류는 사라졌다.
- [Vue] ERR_DLOPEN_FAILED 에러시 여러 솔루션이 있는듯 한데, npm rebuild bcrypt 삭제 후 bcryptjs 사용 bcrypt 삭제후 다시 설치 3번이 나한테 효과가 있었다. npm uninstall bcrypt npm install bcrypt https://stackoverflow.com/questions/34546272/cannot-find-module-bcrypt
- [Vue] Router . - npm install vue-router 태그 -a태그처럼 to url로 이동시킴 태그 서브 컴포넌트의 내용이 그려지는 위치 VueRouter 생성시 속성값 mode :
- Error [ERR_REQUIRE_ESM]: require() of ES Module B4%EA%B2%B0-Error-ERRREQUIREESM-require-of-ES-Module-from-not-supported 1. node-fetch 삭제 후 v2로 재다운로드 npm uninstall node-fetch npm install node-fetch@2 2. package.json의 타입 변경 { ...
- npm install error 255 npm install -g npm@latest npm install npm 업데이트로 해결한다.
- node-sass 설치 오류 A. node와 node-sass간 버전 문제로 npm install --global windows-build-tools npm config set python "C:\Python27 \python.exe" npm upgrade node-sass npm rebuild node-sass 실행하면 해결된다.
- React router 사용법 Cannot find module 'node-sass' 에러 해결 npm install --save-dev sass $리액트라우터 #react_router