我尝试运行以下批处理脚本: -
{
"compilerOptions": {
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "system",
"moduleResolution": "node", // <-----
"noImplicitAny": false,
"outDir": "js",
"rootDir": "app"
},
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
]
}
但问题是
在lcd路径中,文件夹中有一个空格&#34; E:\ ERP Attend&#34;由于它无法读取路径。
请帮助我执行脚本而不消除空间。我必须有办法绕过这个空间。