weweb icon indicating copy to clipboard operation
weweb copied to clipboard

Error: ENOENT: no such file or directory, stat 'pages/index/index.json'

Open vivaxy opened this issue 7 years ago • 0 comments

页面内没有 json 配置文件的时候,生成文件报错:

Unhandled Rejection at: Promise {
  <rejected> { Error: ENOENT: no such file or directory, stat 'pages/index/index.json'
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'pages/index/index.json' } } reason: { Error: ENOENT: no such file or directory, stat 'pages/index/index.json'
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'pages/index/index.json' }

vivaxy avatar Mar 09 '18 08:03 vivaxy