Replies: 1 comment
-
I guess you may use a hook https://pnpm.io/pnpmfile#hooksreadpackagepkg-context-pkg--promisepkg
module.export = {
hooks: {
readPackage: (manifest) => {
if (manifest.name === 'peacenotwar') throw new Error('The peacenotwar package is not allowed')
return manifest
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
because:vuejs/vue-cli#7054
Beta Was this translation helpful? Give feedback.
All reactions