xxxxxxxxxx
npm run d -package=@types/node
"scripts": {
"d":" sudo npm install $(npm pack $package | tail -1) --no-bin-links && npm run postinstall",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "find node_modules/ -type l -exec rm {} +"
}