Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Use rimraf and cross-env to support Windows 10. #86

Merged
merged 3 commits into from
Mar 19, 2017

Conversation

rpfister51
Copy link
Contributor

May also add other cross platform support.

Under Windows 10 (and, I expect, other versions of Windows) rm -f, rm -rf, BABEL_ENV=es5, BABEL_ENV=es6 fail. This change enables npm start on Windows 10 to succeed.

May also add other cross platform support.
@vkbansal
Copy link
Owner

You forgot to add the packages to devDependencies

@@ -58,6 +58,7 @@
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"coveralls": "^2.11.16",
"cross-env": "^3.2.4",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about rimraf?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, it should be there now.

@vkbansal vkbansal merged commit 6b8a310 into vkbansal:master Mar 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants