Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Error: No transformer for 'application/x-' is installed. #32

Open
BenRoe opened this issue Jan 24, 2021 · 1 comment
Open

Error: No transformer for 'application/x-' is installed. #32

BenRoe opened this issue Jan 24, 2021 · 1 comment

Comments

@BenRoe
Copy link

BenRoe commented Jan 24, 2021

Hi,
i get the following error.
Is this because of a not supported file in the repo, or some code in the markdownfile?

▶ gridsome develop
Gridsome v0.7.23

Initializing plugins...
Error: No transformer for 'application/x-' is installed.
    at transformNodeContent (/Users/Ben/Git/gridsome-keycapsss-help/node_modules/gridsome/lib/store/transformNodeContent.js:12:13)
    at SyncBailWaterfallHook.eval [as call] (eval at create (/Users/Ben/Git/gridsome-keycapsss-help/node_modules/tapable/lib/HookCodeFactory.js:19:10), <anonymous>:7:16)
    at Collection.addNode (/Users/Ben/Git/gridsome-keycapsss-help/node_modules/gridsome/lib/store/Collection.js:72:50)
    at /Users/Ben/Git/gridsome-keycapsss-help/node_modules/@noxify/gridsome-source-git/index.js:76:42
    at async Promise.all (index 0)
    at async GitSource.createNodes (/Users/Ben/Git/gridsome-keycapsss-help/node_modules/@noxify/gridsome-source-git/index.js:74:9)
    at async /Users/Ben/Git/gridsome-keycapsss-help/node_modules/@noxify/gridsome-source-git/index.js:48:13
    at async Plugins.run (/Users/Ben/Git/gridsome-keycapsss-help/node_modules/gridsome/lib/app/Plugins.js:141:11)

gridsome.config.js

    {
      use: '@noxify/gridsome-source-git',
      options: {
        remote: 'https://github.com/BenRoe/Lily58L-Build-Guide.git',
        branch: 'master',
        target: 'content/public-github/lily58',
        typeName: 'GitPost'
      }
    },
@noxify
Copy link
Owner

noxify commented Jan 25, 2021

Hi @BenRoe

thanks for reporting.

I will check this.

Regards,
Marcus

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants