Closed
Description
The current package.json
has no version
or name
fields. These would be irrelevant in all cases, except that Yarn depends on them to be able to install the package locally from a specific branch, tag, or commit or even local folder. Thus, it is impossible to test local fixes from other contributors without silly workarounds like manually hacking package.json
in the fork.
Reference issue: yarnpkg/yarn#6195
If I'm using the wrong approach, please let me know of a better way to test things (specifically, I'm testing a bounty: https://gitcoin.co/issue/vuejs/vuepress/1613/3333)