PencilCode / pencilcode

An online IDE for kids: pencilcode.net.
http://dev.pencilcode.net/
MIT License
167 stars 100 forks source link

Removed fs-ext dependency, so now everything builds and runs on vanilla Windows 10 (WSL not required) #240

Closed doctorjei closed 7 years ago

doctorjei commented 7 years ago

Reasons:

1) fs-ext does not work on Windows 10 outside of WSL. 2) We can't build the standalone in WSL (it requires "native" Windows tools) 3) fs-ext was no longer necessary - latest version of Node has all required functions incorporated into code base.

These changes remove the fs-ext dependency, allowing native Windows support (and therefore Standalone build support.)