You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
Error: Cannot find module 'ts-node'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (/plugin/kibana/src/setup_node_env/babel_register/index.js:24:3)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[root@localhost ~]# docker pull blacktop/kibana-plugin-builder:7.0.0
7.0.0: Pulling from blacktop/kibana-plugin-builder
Digest: sha256:d2bae0f6b03337bf151ae38aea49cf6d4aa3dd880721f730035ca568d554f7eb
Status: Downloaded newer image for blacktop/kibana-plugin-builder:7.0.0
docker.io/blacktop/kibana-plugin-builder:7.0.0
[root@localhost ~]# mkdir my-new-plugin
[root@localhost ~]# docker run --init -it --rm -w /plugin -v
pwd
/my-new-plugin:/plugin/kibana-extra blacktop/kibana-plugin-builder new-plugin hotnessinternal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module 'ts-node'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (/plugin/kibana/src/setup_node_env/babel_register/index.js:24:3)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
The text was updated successfully, but these errors were encountered: