Development on windows
See original GitHub issueGday
I just pulled down Chart.js to take a look at the source code and a possible contribution, when I ran npm install
it installed a bunch of dependencies but soon it hit some errors related to node-gyp
.
When I tried to run gulp dev --test
I got
C:\Users\Rowan\Desktop\Chart.js-master\node_modules\socket.io\lib\store.js:35
Store.prototype.__proto__ = EventEmitter.prototype;
````
Any ideas, Im running node v7.4.0 and windows 10...
Thanks
Rowan
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Setup a development environment on Windows | Microsoft Learn
An integrated development environment that you can use to edit, debug, build code, and publish apps, including compilers, intellisense code ...
Read more >How to set up the perfect modern dev environment on Windows
Once you're all set up, the first thing you want to do is enable Windows Developer mode. Head to the Settings app, then...
Read more >Surprisingly Software Development on Windows is Awesome ...
If you're using Docker, development on Windows and Mac feels virtually the same. If not, Windows development experience is closer to Linux ...
Read more >The Complete Windows Web Developer Setup Guide
The first and most important part of setting up your Windows dev environment is installing the Windows Subsystem for Linux (WSL). I recommend ......
Read more >windows-development-environment/README.md at master
Setup Windows 10 for Modern/Hipster Development ... A fresh Windows isn't entirely ready for modern development, but all the tools you need are...
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 Free
Top 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
Thanks for the info @etimberg , I’ll have a look into rolling back.
Fyi I’m interested in potentially adding some more events that get fired so I was going to do a little bit of playing in the source to see how it all works
Thanks, fingers crossed you might see a pull request soon!