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

Add engines property to package.json - Closes #1487 #1489

Merged
merged 3 commits into from
Nov 14, 2018

Conversation

osvaldovega
Copy link
Contributor

What issue have I solved?

-- #1487

How have I implemented/fixed it?

I add to the package.json the engines property and set a range of node version that are valid for this project.
I add a .nmvrc file as well, in case is nvm is being used and a node config file for check the node version.

How has this been tested?

Remove all the node_modules folder and then run npm install, the message is displayed at the end of this task.

I change the node versions from one valid to an invalid version to tested it.

Review checklist

Copy link
Contributor

@slaweet slaweet left a comment

Choose a reason for hiding this comment

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

Nice @osvaldovega 👍

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.

2 participants