For a solution, see below
It was working yesterday, but I don\'t know what happened to it.
NPM is not installing the package. The hostname/IP addr
Try to change the default registry:
npm config set registry http://registry.npmjs.org
For everyone who is stuck with mup deploy:
docker: {
// change to 'abernix/meteord:base' if your app is using Meteor 1.4 - 1.5
image: 'abernix/meteord:node-8.4.0-base',
buildInstructions: [
'RUN npm config set strict-ssl false'
]
},