Hey guys
I was unable to install using the instructions provided because I kept getting this E404 "Not Found - GET https://registry.npmjs.org/nm-api - Not found" error:

Rpi3 on 2019-04-08-raspbian-stretch-lite.img
Node: 10.15.3
npm: 6.9.0
My temporary solution was to manually register the module like:
"dependencies": {
"nm-api": "https://github.com/balena-io-modules/nm-api/tarball/master"
}
Hey guys
I was unable to install using the instructions provided because I kept getting this E404 "Not Found - GET https://registry.npmjs.org/nm-api - Not found" error:
Rpi3 on 2019-04-08-raspbian-stretch-lite.img
Node: 10.15.3
npm: 6.9.0
My temporary solution was to manually register the module like: