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
❯ deno run -A scripts/kibana.js
Warning Sloppy imports are not recommended and have a negative impact on performance.
error: Uncaught (in promise) ReferenceError: require is not defined
require('../src/cli/dev');
❯ deno run -A scripts/kibana.js
Warning Sloppy imports are not recommended and have a negative impact on performance.
Kibana does not support the current Node.js version v18.18.0. Please use Node.js v18.18.2.
❯ deno run -A scripts/kibana.js
Warning Sloppy imports are not recommended and have a negative impact on performance.
Kibana does not support the current Node.js version v18.18.0. Please use Node.js v18.18.2.
dyld[37759]: missing symbol called
[1] 37759 abort deno run -A scripts/kibana.js
(Tested on a M1 Mac. I don't develop on this code base but seems to be a very large NodeJS project)
The text was updated successfully, but these errors were encountered:
Hi there! Your submission won the Largest Node Project category. Please email [email protected] for more information on your prizes! Thanks again for your participation.
#NodeToDenoChallenge with https://github.com/elastic/kibana/
Seems to be 3,212,395 lines of typescript
Running with deno
After modifying the
require
in https://github.com/elastic/kibana/blob/main/scripts/kibana.js toand running
yarn kbn bootstrap
(as specified in the getting-started guide) and usingAfter removing the validation (
//process.exit(1);
) in https://github.com/elastic/kibana/blob/main/src/setup_node_env/node_version_validator.js)(Tested on a M1 Mac. I don't develop on this code base but seems to be a very large NodeJS project)
The text was updated successfully, but these errors were encountered: