0

我的新笔记本电脑上的 Grunt 的 node_modules 文件夹有问题。

附上两张截图,一张是正确的,以及我的文件夹在我使用多年的 iMac 上的外观,另一个是文件夹结构在我的新笔记本电脑上的外观。似乎是将所有 grunt 文件夹放在根目录中,而不是将它们放在不同的文件夹中。

我正在将正常的 cd/ 放入文件夹中,然后写入“npm install”。

它正在工作,真的没有问题,但有些不对劲,有什么想法吗?

在此处输入图像描述

在此处输入图像描述

{
  "name": "NameHere",
  "version": "0.1.0",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-imagemin": "^1.0.0",
    "grunt-contrib-sass": "~0.7.3",
    "grunt-contrib-uglify": "^0.8.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-datauri": "~0.4.0",
    "grunt-includes": "^0.4.5",
    "grunt-newer": "^1.1.0",
    "grunt-spritesmith": "~1.26.0",
    "grunt-svg2png": "~0.2.5"
  }
}

4

0 回答 0