balena-io-examples / balena-nodejs-hello-world

Example of how to deploy Node code on a balena supported device.
https://www.balena.io/docs/learn/getting-started/raspberrypi3/node/
Apache License 2.0
77 stars 176 forks source link

changes npm cache clear to cache verify #12

Closed rdubrock closed 4 years ago

rdubrock commented 7 years ago

I was just following the getting started guide and ran into this issue. Changing the npm command in the Dockerfile.template resolved it for me.

mikeboehm commented 5 years ago

👍