Skip to content

fix js deps logic#81

Merged
nick1udwig merged 1 commit intomasterfrom
hf/fix-js-deps-logic
Feb 15, 2024
Merged

fix js deps logic#81
nick1udwig merged 1 commit intomasterfrom
hf/fix-js-deps-logic

Conversation

@nick1udwig
Copy link
Copy Markdown
Member

Problem

Resolves #55

Solution

std::process::Command doesn't have any memory between calls, so need to do the nvm use and whatever other operation in the same Command. The nice thing about this is we don't have to track the original node in use by the user: it'll get reset by itself.

Docs Update

N/A: functionality just works now, interface didn't change.

Notes

None.

@nick1udwig nick1udwig merged commit 8bb5e23 into master Feb 15, 2024
@nick1udwig nick1udwig deleted the hf/fix-js-deps-logic branch February 15, 2024 05:14
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.

kit dependencies not working properly for npm

1 participant