我正在尝试在Windows中安装带有Cygwin64终端的wp-calypso我已经成功克隆并且还为Cygwin64终端添加了make模块但是当我运行“make run”命令时仍然会出现路径错误
module.js:339
throw err;
^
Error: Cannot find module 'D:\cygdrive\c\Program'
at Function.Module._resolveFilename (module.js:337:15)
at Function.Module._load (module.js:287:25)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3
module.js:339
throw err;
^
Error: Cannot find module 'D:\cygdrive\d\Angular\clones\wp-calypso\wp-calypso\bin\check-node-version'
at Function.Module._resolveFilename (module.js:337:15)
at Function.Module._load (module.js:287:25)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3
Makefile:81: recipe for target 'node-version' failed
make: *** [node-version] Error 1
任何人都可以帮我解决这个问题