https://github.com/alcalzone/yarn-node-repro
https://github.com/alcalzone/yarn-node-repro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alcalzone/yarn-node-repro
- Owner: AlCalzone
- Created: 2021-07-07T14:34:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T14:41:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T20:51:31.889Z (over 1 year ago)
- Language: JavaScript
- Size: 839 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```