繁体   English   中英

npm install总是停留在该解压缩:time-grunt

[英]npm install always stuck at that extract:time-grunt

我正在学习Keystone,并尝试在真正的Digital Ocean Droplet上进行实践。 一切顺利,直到我坚持使用npm install

npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
Killed        .....] - extract:time-grunt: sill doParallel extract 1194

我要做的是,从干净状态重新安装所有内容, npm install始终卡在该extract:time-grunt

当我检查node_modules文件夹时,那里什么也没有。

我已经尝试在Google和此处搜索Google,但找不到任何好的答案。 我可以在Mac本地主机上运行良好,一切都很好。

伺服器:Ubuntu 16.04,Node 4.5.0,npm 3.10.16

这只是一个简单且非常基础的Keystone项目,我没有做任何高级的事情。

我认为您的内存不足 在开始npm安装之前,请尝试添加一些交换内存

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM