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

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

Open
ghost opened this issue Mar 31, 2017 · 1 comment
Open

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

ghost opened this issue Mar 31, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 31, 2017

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
Copy link
Collaborator

yoowoo commented Apr 7, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant