christianvoigt / argdown

a simple syntax for complex argumentation
https://argdown.org
918 stars 30 forks source link

Sandbox deployment fails #382

Open fmos opened 1 year ago

fmos commented 1 year ago

Is there a possibility to self-host the sandbox node app?

When trying to install the sandbox module as suggested in the README: https://github.com/christianvoigt/argdown/blob/79818c3f3bda96ef4797cb462a8bc56d240173d8/packages/argdown-sandbox/README.md?plain=1#L22

the following output is generated:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@argdown%2fsandbox - Not found
npm ERR! 404
npm ERR! 404  '@argdown/sandbox@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

When trying to install the sandbox module from the repository, I get the following error message:

> npm install @argdown/sandbox
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @argdown/sandbox@1.7.10
npm ERR! Found: eslint@7.32.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"7.32.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.13
npm ERR! node_modules/@vue/cli-plugin-eslint
npm ERR!   dev @vue/cli-plugin-eslint@"^4.0.4" from the root project

Please let me know if I can provide any additional information or testing.