Learn how to install Shootmail in your app.
.npmrc
file in the root directory of your app, with the following content
npm login
in your terminal to login to the registry
username
and password
for the Shootmail registry. This username and password will be provided to you by Shootmail.
npm install
, you might get this message:
enter
or Y
to proceed further. This error message notifies you that previously,
all the dependencies were downloaded from the default npm registry, but since now, they will be downloaded
via Shootmail’s proxy, the node_modules folder needs to be re-built. This will not change anything.