Commit d1ee8a5
authored
docs: Add note on relative path prefix for npm publish (#9140)
Clarify requirements for relative paths in npm publish.
This adds clarification on relative path support directly to the npm
publish documentation. Currently, this documentation only alludes to
package spec in the "see also" section, leaving it unclear that the
unprefixed relative paths that are supported by most other tools will
fail here. Enhancing this documentation is important since unprefixed
relative paths result in surprising error messages that do not hint at
the appropriate solution.
## References
Related to #27961 parent 1afa738 commit d1ee8a5
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments