Sandbox deployment fails
fmos opened this issue · 0 comments
fmos commented
Is there a possibility to self-host the sandbox node app?
When trying to install the sandbox module as suggested in the README:
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.