带有Grunt的node_modules文件夹的问题

时间:2015-12-08 10:17:32

标签: node.js gruntjs node-modules npm-install

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

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

我正在执行正常的CD /进入文件夹然后编写' npm install'。

这是有效的,没有问题,但有些事情是对的,有什么想法吗?

enter image description here

enter image description here



{
  "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"
  }
}




0 个答案:

没有答案