Small suggestion for more compatibility for windows based developer to kick start hacking
See original GitHub issueAs a windows user I had to introduce some changes before start hacking I hope they will be useful to share and help other windows based developer.
- To run
yarn dev
windows does not supportexport
command so I simplified it to new line inpackage.json
like line bellow then developer can enjoyyarn dev-win
easily.
"dev-win": ".\\node_modules\\.bin\\start-storybook -p 6006",
- Also there is difference in new line between mac/linux and windows so I had to add new line
package.json
toxo
configuration inrules
section like:
"linebreak-style": 0
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Available Today: Windows Dev Kit 2023 a.k.a. Project Volterra
Snapdragon Developer Kit was built with a "cost above all" mandate, $219 target pricing but it just wasn't powerful enough. > There is...
Read more >13 Best Free Code Editor & Coding Software for Windows & Mac
FREE Code Editor & Coding Software for Windows PC: ✔️ Notepad++ ✔️ Atom ✔️ Visual Studio Code ✔️ Webuilder ✔️ NetBeans and more....
Read more >Top Integrated Developer Environments (IDEs): Top 50 Tools
Integrated Python debugger, sourcecode documentation system, profiling and code coverage support, automatic code checkers, task management, and ...
Read more >A Minimal Chromebook Setup for Development & Hacking
If you buy a Chromebook, stay within the confines and stick with ChromeOS; it's not worth hacking to enable dual-booting, side-loading, or ...
Read more >The best laptop for web development (Updated for 2022)
Your laptop is the single tool youʼll use most often as a web developer. Might as well make it a good one. Check...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like it is on the
v4
branch 🙂 https://github.com/segmentio/evergreen/blob/v4/package.json#L20Thanks @orkideh for hacking around! It seems maybe we can use
cross-env
to solve this problem: https://github.com/kentcdodds/cross-env