错误:EPERM:不允许操作,统计' D:\系统卷信息'在错误(本机)

时间:2017-01-13 12:54:42

标签: javascript reactjs ecmascript-6 ecmascript-5 relayjs

我是react,relay和graphQL的初学者我能够创建一个好的graphql架构文件并成功实现中继,但是遇到了反应问题。 我在webpack中使用babel loader来帮助我将jsx转换为js,但似乎有些语法错误让宝贝无法理解。

这是我的依赖。

If Len(Dir$(FSource)) then
   '// file exists on disk
   Set WB_Report = Workbooks.Open(FSource)
   ...
End if

},   " devDependencies":{     " babel-cli":" ^ 6.18.0",     " babel-core":" ^ 6.21.0",     " babel-loader":" ^ 6.2.10",     " babel-polyfill":" ^ 6.9.1",     " babel-preset-env":" ^ 1.1.8",     " babel-preset-es2015":" ^ 6.18.0",     " babel-preset-react":" ^ 6.16.0",     " babel-preset-stage-0":" ^ 6.16.0",     " webpack":" ^ 1.14.0"   }

这是我的app.js文件代码

"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-relay-plugin": "^0.10.0",
"express": "^4.14.0",
"express-graphql": "^0.5.4",
"graphql": "^0.6.2",
"promise": "^7.1.1",
"react": "^15.4.2",
"react-relay": "^0.10.0",
"webpack": "^1.13.1"

这是我的错误

  

webpack:bundle现在是有效的。

表示:路由器调度GET / + 7s

express:路由器查询:/ + 3ms

express:router expressInit:/ + 2ms

express:router webpackDevMiddleware:/ + 2ms

express:router:/ + 3ms

express:router webpackDevMiddleware:/ + 3ms

发送统计信息" D:\ index.html" + 2ms的

服务索引统计" D:\" + 2ms的

serve-index readdir" D:\" + 0毫秒

express:router serveStatic:/ + 5ms

finalhandler默认500 + 2ms

错误:EPERM:不允许操作,统计' D:\系统卷信息'     在错误(本机)

请提供您宝贵的建议,并帮助我理清这一点,因为我已经投入了太多时间。

亲切的问候, 耶谢巴尔

1 个答案:

答案 0 :(得分:0)

我猜你错过了webpack.config.js文件中的babel配置。

$(".clear-textbox").each(function(){
    if($(this).val() <= 0 ) 
        $(this).val("");
});