pmservice / product-line-prediction

Apache License 2.0
13 stars 28 forks source link

Local deployment can't load local.json if node version >= 4 #1

Open ghost opened 7 years ago

ghost commented 7 years ago

Using node 4.2.1, local deployment fails to load local.json (/server/index.js) - because fs.constants is not defined.

Package.json states node 4.2.x is required, but https://nodejs.org/docs/v4.2.0/api/fs.html shows that fs.constants is gone.

yoowoo commented 7 years ago

@nicthemighty, due new design and api changes the app was refactored and now requires node ver. 6.9.x.