/newknews

2022 Industry-University Collaboration Project

Primary LanguageJupyter Notebook

  1. package-lock.json 파일 삭제 (package.json 삭제 안하게 주의)
  2. cd newknews로 디렉토리 이동
  3. 터미널에서 npm install
  4. 새로 package-lock.json 파일 생성 되었는 지 확인
  5. npm start 시도
  6. 실패하면 터미널에서 npm i apexcharts 후 다시 npm start