vlototskyi
vlototskyi11mo 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
Shams11mo ago
Yes, buildship installs the latest version of the package. You can configure the version in the info tab of the node editor
vlototskyi
vlototskyiOP11mo ago
Got it, thank you