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
This is a CLI Docs Enhancement, not another kind of Docs Enhancement.
This is a CLI Docs Enhancement.
Description of Problem
The docs don't mention how to delete a complex key.
I have an exports key that I need to delete before publish, but I'm not sure how (or if it's possible). I want to delete "./src/index.ts" before publish because it's only used as an entry point in the monorepo for development:
Is there an existing issue for this?
This is a CLI Docs Enhancement, not another kind of Docs Enhancement.
Description of Problem
The docs don't mention how to delete a complex key.
I have an
exports
key that I need to delete before publish, but I'm not sure how (or if it's possible). I want to delete"./src/index.ts"
before publish because it's only used as an entry point in the monorepo for development:npm pkg delete exports../src/index.ts
does not work. Tried escape characters/quotes tooPotential Solution
No response
Docs URL
https://docs.npmjs.com/cli/v8/commands/npm-pkg
The text was updated successfully, but these errors were encountered: