簡體   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