An open API service indexing awesome lists of open source software.

https://github.com/alcalzone/yarn-node-repro


https://github.com/alcalzone/yarn-node-repro

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Repro for yarn node issue on Windows

1. Clone/checkout this repo on Windows
1. Execute `yarn test`. You should see the file `node.js` get opened 👎🏻
1. Rename `node.js` to `_node.js`.
1. Execute `yarn test`. You should see the following on the command line 👍🏻
```
$ yarn test
OK
```