You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our intent with the package_name attribute on pkg_npm is so that our analysis phase can know this info without having to read the package.json file, which we can do only inside an action during the execution phase.
However it's easy for users to trip on this. In particular in pairing with @Smokrow just now, we didn't have the package_name attribute defined at all, silently making this package not linkable (it didn't provide LinkablePackageInfo)
The text was updated successfully, but these errors were encountered:
Our intent with the
package_name
attribute on pkg_npm is so that our analysis phase can know this info without having to read the package.json file, which we can do only inside an action during the execution phase.However it's easy for users to trip on this. In particular in pairing with @Smokrow just now, we didn't have the
package_name
attribute defined at all, silently making this package not linkable (it didn't provide LinkablePackageInfo)The text was updated successfully, but these errors were encountered: