doczjs / docz

✍ It has never been so easy to document your things!
https://docz.site
MIT License
23.6k stars 1.46k forks source link

'MODULE_NOT_FOUND' #1602

Open chrislevinecentric opened 3 years ago

chrislevinecentric commented 3 years ago

Hello looking for some help, I'm using a separate branch with NetlifyCMS support and I keep getting this error

code: 'MODULE_NOT_FOUND',
  requireStack: [
    'C:\\Users\\chris.levine\\Downloads\\gatsby-starter-docz-netlifycms\\doczrc.js',
    'C:\\Users\\chris.levine\\Downloads\\gatsby-starter-docz-netlifycms\\node_modules\\load-cfg\\dist\\index.js',
    'C:\\Users\\chris.levine\\Downloads\\gatsby-starter-docz-netlifycms\\node_modules\\docz-core\\dist\\index.js',
    'C:\\Users\\chris.levine\\Downloads\\gatsby-starter-docz-netlifycms\\node_modules\\docz\\bin\\index.js'
  ]

Hoping someone more knowledgeable than me can help :)

(Netlify branch: https://github.com/colbyfayock/gatsby-starter-docz-netlifycms)

I've checked and the file exists and tried installing docz-default-theme and still nothing, not sure what else it can be.

Thanks!