'gulp' is not recognized as an internal or external command

后端 未结 11 2030
生来不讨喜
生来不讨喜 2021-02-03 17:03

I am trying to use Gulp and Node.Js to stream my process for minifying and concatenating CSS/JS files for production.

Here is what I have done.

  1. I installed
11条回答
  •  执笔经年
    2021-02-03 17:45

    The best solution, you can manage the multiple node versions using nvm installer. then, install the required node's version using below command

    nvm install version
    

    Use below command as a working node with mentioned version alone

    nvm use version
    

    now, you can use any version node without uninstalling previous installed node.

提交回复
热议问题