node.js 모듈 정리하기 , 모듈 제거하기
npm prune 모듈을 설치하고 나중에 사용하지 않는 모듈에 대해 정리할 때 npm prune 명령어를 쓰면 된다!! { "name": "pdf", "version": "1.0.0", "description": "pdf module - lib: pdfmake", "main": "pdfApp.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "jin2rang", "license": "jin2rang", "dependencies": { "amqplib": "^0.7.1", "body-parser": "^1.19.0", "easy-pdf-merge": "^0.2.6", "express": "^4.17.1",..