-
Notifications
You must be signed in to change notification settings - Fork 212
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
NVS cannot recognize node as LTS/Gallium version #218
Comments
I'm having the same problem - is there any workaround until this is fixed? |
Seems to work if you use the full version number instead of the lts alias. |
segevfiner
added a commit
to segevfiner/nvs
that referenced
this issue
Mar 5, 2022
The internal cmd-shim module of npm has been promisified in npm/cmd-shim@48fd811 (Version 4+ and above I think) As such the callback was never invoked, and the promise never resolved, leading to code after it to not run, such as the code to write the version label to an `.nvs` file. This causes the issue in jasongin#218. Fixes jasongin#218
I believe I found the issue causing this: #231 |
segevfiner
added a commit
to segevfiner/nvs
that referenced
this issue
Mar 5, 2022
The internal cmd-shim module of npm has been promisified in npm/cmd-shim@48fd811 (Version 4+ and above I think) As such the callback was never invoked, and the promise never resolved, leading to code after it to not run, such as the code to write the version label to an `.nvs` file. This causes the issue in jasongin#218. Fixes jasongin#218
segevfiner
added a commit
to segevfiner/nvs
that referenced
this issue
Mar 5, 2022
The internal cmd-shim module of npm has been promisified in npm/cmd-shim@48fd811 (Version 4+ and above I think) As such the callback was never invoked, and the promise never resolved, leading to code after it to not run, such as the code to write the version label to an `.nvs` file. This causes the issue in jasongin#218. Fixes jasongin#218
jasongin
pushed a commit
that referenced
this issue
Mar 8, 2022
The internal cmd-shim module of npm has been promisified in npm/cmd-shim@48fd811 (Version 4+ and above I think) As such the callback was never invoked, and the promise never resolved, leading to code after it to not run, such as the code to write the version label to an `.nvs` file. This causes the issue in #218. Fixes #218
Fixed by #231 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: