| ▲ | halostatue 8 days ago | |
MacPorts separates `node` and `npm` packages like many package managers do: 
The Portfile that I created specifies that if `npm` is present in $PATH (which isn't the user's $PATH because MacPorts uses `sudo`) then it should be used and assumed correct; otherwise, it says that the `npm10` port must be installed (because the instructions for oxdraw indicate that one must run `npm install && npm build`). | ||
| ▲ | chrisweekly 8 days ago | parent [-] | |
Thanks, that makes sense.  | ||