0

I understand that using Homebrew is useful as some packages are necessary to be installed globally, but I don't understand the point in using Homebrew when you still have to install NPM at the local project directory level?

I need NVM, Gulp and NPM.

3
  • I’m not sure I follow. You wouldn’t install NPM per project. You would use NPM to install the project’s dependencies.
    – Daniel B
    Commented Mar 28 at 13:34
  • Precisely why the need to install npm install --save-dev gulp when you have already have NPM installed globally via Homebrew? Commented Mar 28 at 14:28
  • Because you are not installing NPM. You are using NPM. Maybe this topic is better suited for Super User Chat.
    – Daniel B
    Commented Mar 28 at 14:50

0

You must log in to answer this question.

Browse other questions tagged .