ethereumjs / ethereumjs-config

[DEPRECATED] Configuration is now added within a config folder of the EthereumJS monorepo
6 stars 8 forks source link

Add windows support #31

Open evertonfraga opened 4 years ago

evertonfraga commented 4 years ago

@gabrocheleau tried to run npm run lint:fix on Merkle Patricia Tree, but got this error.

This is most likely an issue due to the lack of windows support.

image

ryanio commented 3 years ago

@evertonfraga is this fixed/closable now with the config 2.0 scripts?

evertonfraga commented 3 years ago

No. To enable windows, we should make the npm scripts execution cross-platform. Like getting rid of shell scripts, replacing them by executable JS files.

rumkin commented 3 years ago

+1 on getting rid of shell scripts.