npm failed to install time with make not found error

Which OS are you using?

If it’s Ubuntu you’ll need to install the build-essential package:

$ sudo apt-get install build-essential

Then try to install the package again.

Leave a Comment