Dom

Results 47 comments of Dom

I get the same error just when building for the first time. Right above it: ``` Can't resolve '../../../../../../components/Demo' in '/Users/dteiml/dev/mdx-deck/node_modules/mdx-deck/.cache/caches/gatsby-plugin-mdx/mdx-scopes-dir' File: .cache/caches/gatsby-plugin-mdx/mdx-scopes-dir/b1b1b14f25b28fd86089ac73d0597526.js ``` Any temporary hacks

Ok I solved it by removing ``` import Demo from './components/Demo' ## ``` from the deck example in the readme.md. Bear with me I'm new here ;)

Using node 7 (7.10.1) worked for me. I had a different error message, but still something you could try.

Yup, experiencing the issue as well.

Spent 2 hours debugging this yesterday! It doesn't make it any easier that [the source code](https://github.com/grand-stack/graphql-auth-directives/blob/67d8bfd8dbbf728ebc98e24ce9221ca86c5b0df9/src/index.js#L13) is correct, although the npm `dist` code differs from the source code for both...

In light of this behavior, I think the grandstack docs [are incorrect](https://github.com/grand-stack/graphql-auth-directives/issues/4#issuecomment-531119803). I would prefer if the behavior of this library changes (to reflect source code) rather than the docs,...