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