installing nodejs npm and grunt gives errors

后端 未结 2 435
死守一世寂寞
死守一世寂寞 2021-01-27 13:04

I\'m not familiar with Python, NodeJS, NPM or Grunt, but I needed to install it because I want to try out a Github project.

I downloaded NodeJS from node.org and install

2条回答
  •  死守一世寂寞
    2021-01-27 14:05

    Try this.

    Create new blank folder for your project.Go to your project folder and create manually npm folder (don't use command line).

    Then try again create new project.

    Hope this help.

提交回复
热议问题