2017-06-26 28 views
0

npm startを使用して、アプリをvagrant-spkとWindows 7マシンで起動しようとしています。私はその後、vagrant-spk vm sshnpm startを行うことができますが、私はvagrant-spk devをしようとすると、それはでクラッシュ:ENOENT:そのようなファイルやディレクトリはありません。uv_os_homedir

 
/usr/lib/node_modules/npm/node_modules/update-notifier/node_modules/xdg-basedir/index.js:5 
const home = os.homedir(); 
       ^

Error: ENOENT: no such file or directory, uv_os_homedir 
    at Object. (/usr/lib/node_modules/npm/node_modules/update-notifier/node_modules/xdg-basedir/index.js:5:17) 
    at Module._compile (module.js:569:30) 
    at Object.Module._extensions..js (module.js:580:10) 
    at Module.load (module.js:503:32) 
    at tryModuleLoad (module.js:466:12) 
    at Function.Module._load (module.js:458:3) 
    at Module.require (module.js:513:17) 
    at require (internal/module.js:11:18) 
    at lazy (/usr/lib/node_modules/npm/node_modules/update-notifier/node_modules/lazy-req/index.js:2:51) 
    at /usr/lib/node_modules/npm/node_modules/update-notifier/node_modules/lazy-req/index.js:10:11 

誰もが任意のアイデアを持っていますか?ありがとう!

答えて

関連する問題