Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for npm v5 only, not v50 or v55 #317

Merged
merged 1 commit into from Jul 17, 2017
Merged

Conversation

DuncanMacWeb
Copy link
Contributor

This uses a regex to avoid including version numbers that just start with '5' but are actually greater, like '53' or '530'. This was the reason Microsoft couldn’t release Windows 9, because there was lots of code that checked for Windows 95 or Windows 98. npm will be able to avoid that fate ;)

@brentvatne
Copy link
Member

haha, thanks!

@brentvatne brentvatne merged commit 8e1c73b into expo:master Jul 17, 2017
kuldeepkeshwar added a commit to kuldeepkeshwar/create-react-native-app that referenced this pull request Sep 12, 2017
	Check for npm v5 only, not v50 or v55 (expo#317)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants