-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to install OpenDocumenter globally (ENOENT no such file or directory, chmod 'C:\Users\user\AppData\Roaming\npm\node_modules\opendocumenter\src\cli.js') #19
Comments
Thank you for opening your first issue! Please ensure you've read the CONTRIBUTING.md and CODE_OF_CONDUCT.md files. |
From a quick look at your codebase, it looks to me that the bin property in package.json is incorrect. I think it should point to |
On Debian, a non-root non-global install (
|
I have made this fix and published a forked version to |
@cspotcode Fork fixed it on OS X, thanks |
"Unsupported engine" is not the cause.
…On Tue, Oct 27, 2020, 5:52 AM Gokhan Ozgozen ***@***.***> wrote:
Seems like Unsupported engine for ***@***.***: wanted:
{"node":"<8.10.0"} (current: {"node":"14.6.0","npm":"6.14.6"}) is the
root cause.
Above forked version works.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC35OHXKBAQMIDIXNOZMCDSM2J4TANCNFSM4RGAFVJA>
.
|
@cspotcode Fork fixed it in my docker test:
|
Someone else already made a pull request which was closed. In November I commented that it should be re-opened. #11 |
Thank you. I just prepared one too but if there already is one I don't see the necessity to finish it :D |
still not installable |
I'm running into similar error message while installing this library on macOS BigSur:
Any pointers? This has rendered this library useless at this point for me. |
Try this: #19 (comment) Also, take a look at the pull request which fixes this issue: #11 |
Same problem but the forked version mentioned above worked for me. Thanks! |
nvm use 16.20.2 is what fixed this same issue for me, give it a try |
Describe the bug
Unable to install
opendocumenter
on Windows or WSL Ubuntu.I have tried:
npx opendocumenter
npm i -g opendocumenter
sudo npm i -g opendocumenter
npm i --ignore-scripts -g opendocumenter
on both WSL Ubuntu and Windows 10
To Reproduce
Steps to reproduce the behavior:
Expected behavior
opendocumenter is installed
Desktop:
Additional context
Logs:
When I tried
npm i --ignore-scripts -g opendocumenter
the install was successful, but when I tried running the CLI I got:The text was updated successfully, but these errors were encountered: