Tuesday, 6 February 2018

[Help] cross-env error when running on linux/mac (repo was git cloned from Windows)

I encounter a cross-env permission denied error whenever I run the script cross-env NODE_ENV=development electron app/ (using electron).I'm pretty sure it's because initially, I was working on Windows.** I deleted the .gitignore ** and pushed everything to the repository. Now I can't run my supposed to be cross-platform repository in other platforms. Any suggestions to fix this?Follow up question: what is the right way of exporting my work so that I can run it from different platforms?TLDR: deleted .gitignore, pushed everything to repository. ended up with cross-env error when I git cloned my repository in other platforms

Submitted February 06, 2018 at 01:24PM by o1_complexity

No comments:

Post a Comment