vlototskyi
vlototskyi12mo ago

Npm package versions

As I understand, when using named imports, Buildship automatically installs the desired package. Is there a way to specify the version of the package during this process?
2 Replies
Shams
Shams12mo ago
Yes, buildship installs the latest version of the package. You can configure the version in the info tab of the node editor
vlototskyi
vlototskyiOP12mo ago
Got it, thank you