5
로컬 gulp를 찾을 수 없음 (실행 시도 : npm install gulp)
webapp-module-storage다음과 같은 정의를 가진 모듈 ( )을 만들었습니다 . package.json { "dependencies": { ... }, "devDependencies": { "gulp": "^3.9.1", ... }, "name": "webapp-module-storage", "scripts": { "postinstall": "gulp build", "test": "gulp test" } } 다음과 같이 설치할 때 다른 모듈 내에서 모듈을 사용할 수 있다고 생각했습니다. npm install github:myorg/webapp-module-storage#master 그러나 모듈을 …