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

Update package.json engine to support node 7+ #175

Merged
merged 1 commit into from Mar 11, 2017

Conversation

gobengo
Copy link

@gobengo gobengo commented Mar 11, 2017

When npm install node-solid-server using node 7.6.0 (latest release is 7.7.2), I got the following error:

error rdflib@0.12.3: The engine "node" is incompatible with this module. Expected version "^6.0".

I believe this change would resolve. FWIW, this changes the engine string to match that of node-solid-server

When `npm install` node-solid-server using node 7.6.0 (latest release is 7.7.2), I got the following error:

```
error rdflib@0.12.3: The engine "node" is incompatible with this module. Expected version "^6.0".
```

I believe this change would resolve. FWIW, this changes the engine string to match [that of node-solid-server](https://github.com/solid/node-solid-server/blob/master/package.json#L124)
@gobengo
Copy link
Author

gobengo commented Mar 11, 2017

FWIW this is only a blocking error when installing with yarn, which I guess actually enforces the engine requirement. Installing with npm worked fine, since it treats the engine field as only advisory.

@dmitrizagidulin
Copy link
Contributor

Thanks @gobengo! Merging.

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.

None yet

2 participants