Questo è il mio package.json
per il modulo che sto includendo nel progetto genitore:
{
"version": "0.0.1",
"name": "module-name",
"dependencies": {
"express": "3.3.4",
"grunt": "0.4.1",
"grunt-contrib-compass": "0.4.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-cssmin": "0.4.1",
"grunt-contrib-jshint": "0.6.3",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-watch": "0.5.1",
"grunt-express-server": "0.4.1",
"grunt-karma": "0.4.5",
"grunt-regex-replace": "0.2.5",
"request": "2.25.0"
},
"scripts": {
"postinstall": "grunt install"
}
}
Una cosa da notare è che questo modulo è contenuto in un repository privato e lo includo nel genitore package.json
come:"module-name": "git+ssh://git@myserver:user/module-name.git"
postinstall
script non riesce perché i grunt
pacchetti locali non vengono trovati in quanto non sono installati da NPM