Developpement plugin

Hello,
I am setting up a grafana development platform, when starting yarn, I have the following error :

[root@moon grafana]# yarn start
yarn run v1.13.0
ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts core:start --watchTheme Running Core startTask task [SASS variables generator] [nodemon] 1.18.10 [SASS variables generator] [nodemon] to restart at any time, enter `rs` [SASS variables generator] [nodemon] watching: /home/grafana/go/src/github.com/grafana/grafana/packages/grafana-ui/src/themes/**/* [SASS variables generator] [nodemon] starting `yarn run themes:generate` ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts
[Webpack] clean-webpack-plugin: /home/grafana/go/src/github.com/grafana/grafana/public/build has been removed.
[Webpack] Starting type checking service…
[Webpack] Using 1 worker with 2048MB memory limit
[Webpack] 0% compiling
[SASS variables generator] /home/grafana/go/src/github.com/grafana/grafana/node_modules/ts-node/src/index.ts:343
[SASS variables generator] throw new TypeError(
[SASS variables generator] ^
[SASS variables generator] TypeError: Unable to require .d.ts file.
[SASS variables generator] This is usually the result of a faulty configuration or import. Make sure there is a .js, .json or another executable extension and loader (attached before ts-node) available alongside dark.ts.
[SASS variables generator] at getOutput (/home/grafana/go/src/github.com/grafana/grafana/node_modules/ts-node/src/index.ts:343:15)
[SASS variables generator] at Object.compile (/home/grafana/go/src/github.com/grafana/grafana/node_modules/ts-node/src/index.ts:368:11)
[SASS variables generator] at Module.m._compile (/home/grafana/go/src/github.com/grafana/grafana/node_modules/ts-node/src/index.ts:414:43)
[SASS variables generator] at Module._extensions…js (internal/modules/cjs/loader.js:810:10)
[SASS variables generator] at Object.require.extensions.(anonymous function) [as .ts] (/home/grafana/go/src/github.com/grafana/grafana/node_modules/ts-node/src/index.ts:417:12)
[SASS variables generator] at Module.load (internal/modules/cjs/loader.js:666:32)
[SASS variables generator] at tryModuleLoad (internal/modules/cjs/loader.js:606:12)
[SASS variables generator] at Function.Module._load (internal/modules/cjs/loader.js:598:3)
[SASS variables generator] at Module.require (internal/modules/cjs/loader.js:705:19)
[SASS variables generator] at require (internal/modules/cjs/helpers.js:14:16)
[Webpack]
[Webpack] Webpack is watching the files…
[Webpack]
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[SASS variables generator] [nodemon] app crashed - waiting for file changes before starting… 98% after emittingNo type errors found

Thanks for your help.

I’ve use this solution :

But nothing change