cert-manager / website

Source code for the cert-manager.io website, including project documentation
https://cert-manager.io
Apache License 2.0
53 stars 333 forks source link

`make start` fails on macOS due to missing npm #1570

Closed munnerz closed 2 days ago

munnerz commented 3 days ago

I think we need to include download links/info for npm on darwin/arm64:

~/go/src/github.com/cert-manager/website git:[fixup-logo]
make start
make: *** No rule to make target `/Users/james/go/src/github.com/cert-manager/website/_bin/downloaded/tools/npm@v20.11.1_darwin_arm64', needed by `_bin/tools/npm'.  Stop.
munnerz commented 3 days ago

🤦 probably because I didn't install npm which is a pre-req of this repository...