electrode-io / electrode

Web applications with node.js and React
Other
2.1k stars 300 forks source link

fix: windows path issue #2017

Closed GauravKumarSingh closed 4 months ago

GauravKumarSingh commented 4 months ago

"npm run lint" throwing error in windows. "Path.posix.join" combine path according to unix system only (i.e forward slash) It is not working in windows. After replacing it with "Path.join" It is working fine.

CLAassistant commented 4 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


gaurav.singh2 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

shubham2811 commented 4 months ago

This PR not required .hence closing the PR @GauravKumarSingh @arunvishnun @kylejeske