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
I maintain a repo that has three implementations of the same specification in it and I’m exploring licensed. This can be seen at KineticCafe/app_identity@licensed. I don't have licensed in any gem files or anything else right at the moment, so it assumes that licensed is installed globally.
The .licensed.yml requires some odd configuration for pnpm with name specified. If I do not specify name, then license status --sources pnpm works perfectly.
If I specify name, I get a lot of errors for npm and none for pnpm unless I modify the configuration to include sources: { npm: false, pnpm: true } for the ts/ app:
I maintain a repo that has three implementations of the same specification in it and I’m exploring licensed. This can be seen at KineticCafe/app_identity@licensed. I don't have licensed in any gem files or anything else right at the moment, so it assumes that licensed is installed globally.
The
.licensed.yml
requires some odd configuration forpnpm
withname
specified. If I do not specifyname
, thenlicense status --sources pnpm
works perfectly.If I specify
name
, I get a lot of errors fornpm
and none forpnpm
unless I modify the configuration to includesources: { npm: false, pnpm: true }
for thets/
app:It appears that with both
name
andapps
, somehow bothnpm
andpnpm
are enabled.The text was updated successfully, but these errors were encountered: