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

Minimal version of npm/node required? #268

Open
penpendede opened this issue Sep 15, 2017 · 2 comments
Open

Minimal version of npm/node required? #268

penpendede opened this issue Sep 15, 2017 · 2 comments
Assignees

Comments

@penpendede
Copy link
Member

On my home system I had issues building guide4you although I was a rather recent version of node. It turned out that npm was outdated (by accident I wasn't using the system's one but one hiding elsewhere in the search path). Anyway, this brought to my attention that you need a recent version of node/npm to build guide4you. I suggest adding a page on building guide4you to the wiki and have it contain a "with these versions of node/npm it is known to build" section. I volunteer to write it 😄

@penpendede penpendede self-assigned this Sep 15, 2017
@simonseyock
Copy link
Member

You could also just add the engines field to the package.json:
https://docs.npmjs.com/files/package.json#engines

@simonseyock
Copy link
Member

note that a node field is mandatory if you want to use the engines entry

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

No branches or pull requests

2 participants