angular2 npm开始重载这么慢

时间:2016-08-16 08:12:28

标签: angularjs node.js angular

我一直想知道为什么我的npm开始加载速度如此之慢,即使我只更改了文件文件,阅读更改需要一分钟左右才能加载页面。由于这个问题,它使开发变得非常慢,我必须重新启动并再次运行应用程序才能快几秒钟。

app文件夹总共只有167kb,但我的node_modules很大,不确定这些依赖项是否全部用于angular,但似乎整个npm库已经安装在我的node_modules文件夹中。

编辑: 看起来它在重新加载奇怪的文件时最大化了我的CPU。

Ionic2 docs

虽然我的package.json dev依赖项非常少,其余的是角度安装的角度依赖项。

"devDependencies": {
"body-parser": "^1.15.2",
"concurrently": "^2.0.0",
"cors": "^2.7.1",
"express": "^4.14.0",
"file-system": "^2.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-useref": "^3.1.0",
"gulp-watch": "^4.3.8",
"jquery": "^3.1.0",
"lite-server": "^2.2.0",
"merge-stream": "^1.0.0",
"momentjs": "^1.1.12",
"ng2-bootstrap": "^1.0.24",
"typescript": "^1.8.10",
"typings": "^1.0.4"
}

0 个答案:

没有答案