深度node_module路径。有解决方案吗

时间:2015-06-29 11:02:11

标签: node.js npm

有时它很烦人。 (255个字符限制) 也许有人知道它的好方法吗? 如何缩短?还是不那么深?

  

L:\ LS \ libsass \ node_modules \吞-w3cjs \ node_modules \ w3cjs \ node_modules \ SuperAgent的代理\ node_modules \代理 - 代理\ node_modules \ PAC-代理剂\ node_modules \ PAC-解析器\ node_modules \踩降级\ node_modules \ escodegen \ node_modules \源映射\ n   ode_modules \ amdefine

node_modules ... node_modules ... grrr

解决方案:

它将在npm 3.0.0版本中解决。

  

您的依赖项现在将最大程度地安装。在可能的情况下,所有依赖项及其依赖项和它们的依赖项都将安装在项目的node_modules文件夹中,而不进行嵌套。

现在你可以试试beta" npm install -g npm@3.0-latest"

link

2 个答案:

答案 0 :(得分:1)

  

这是Windows资源管理器限制的问题,而不是npm   可以控制。 npm(和节点)使用没有的文件系统方法   这个限制;如果您使用的是其他软件(例如Windows)   资源管理器)不支持长文件名,需要的是bug   固定在那里,而不是在npm。 source

另请注意: https://github.com/npm/npm/issues/3697#issuecomment-114665926

答案 1 :(得分:0)

终于

CMD npm install npm -g