Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort community languages #66

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

yescorp
Copy link
Collaborator

@yescorp yescorp commented May 12, 2023

No description provided.

@alexeyinkin
Copy link
Contributor

$ ./gradlew :port

> Task :tool:npxTsc

up to date, audited 286 packages in 971ms

7 packages are looking for funding
  run `npm fund` for details

11 vulnerabilities (3 high, 8 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

> Task :portLanguages FAILED
node:internal/modules/cjs/loader:1075
  const err = new Error(message);
              ^

Error: Cannot find module '../../../vendor/highlightjs-4d/src/4d'
Require stack:
- /home/alexey/work/akvelon/dart-highlights/tool/js/languages/community_languages.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
    at Module._load (node:internal/modules/cjs/loader:920:27)
    at Module.require (node:internal/modules/cjs/loader:1141:19)
    at require (node:internal/modules/cjs/helpers:110:18)
    at file:///home/alexey/work/akvelon/dart-highlights/tool/js/languages/community_languages.js:7:18
    at ModuleJob.run (node:internal/modules/esm/module_job:194:25) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/alexey/work/akvelon/dart-highlights/tool/js/languages/community_languages.js'
  ]
}

Node.js v18.14.2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':portLanguages'.
> Process 'command 'node'' finished with non-zero exit value 1

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

Successfully merging this pull request may close these issues.

2 participants