由于虚拟目录,npm安装失败

Vin*_*ent 7 git node.js

我正在尝试设置一个新项目,这是一个存储在虚拟驱动器(wuala)上的git repo.有可能这是不可能的吗?因为当我尝试npm安装时,我收到以下错误:

node.js:815
    var cwd = process.cwd();
                      ^
Error: ENOENT, no such file or directory
    at Function.startup.resolveArgv0 (node.js:815:23)
    at startup (node.js:58:13)
    at node.js:906:3
Run Code Online (Sandbox Code Playgroud)

Vin*_*ent 5

好的,问题是节点找不到当前的工作目录.我不知道它只是一个虚拟目录,在本地下载文件夹后它可以工作.

现在,如果只有在每次运行wuala时都可以在本地下载文件夹并在之后删除...