Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Use find_program to find NPM so it can be overridden
This is useful for Gentoo, which needs to be able to do entirely offline builds, because it can override this with `true` while shipping pre-compiled assets. Gentoo has tried to ship cached NPM modules instead, but it turns out these are very sensitive to the NPM version.
- Loading branch information