[BUG] Misleading documentation on package.json:bin #3788
Labels
Bug
thing that needs fixing
Documentation
documentation related issue
💎 Free Internet Points 💎
similar to "Good First issue" - although more impactful
Good First Issue
good issue or PR for newcomers
What / Why
Documentation states the following:
Unfortunately, this is not true for Windows, where it doesn't use symbolic links, but rather a custom script generated by the
cmd-shim
package.When
npm install
Where
package.json:bin
How
Steps to Reproduce
main.js
package.json
Current Behavior
Running
one
will printmain.js
on Windows andone
on every other platform.Expected Behavior
Running
one
should printone
on every platform.The text was updated successfully, but these errors were encountered: