You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osvaldovega
changed the title
Add node engines to pacake.json to avoid using a problematic node version
Add engines property to pacake.json to avoid using a problematic node version
Nov 14, 2018
The package.json does not have the engines property set what indicates that any node version can be use, this is not correct.
Use any version of node could cause problem at the moment to install the packages and then the app and tests can present a problematic behavior.
Description of the problem
package.json does not have set the engines property to know what node version to use.
Suggested solution
include the engine property in the node version and make that before install the packages check the current node version.
The text was updated successfully, but these errors were encountered: