James Coletti

Results 3 comments of James Coletti

In the meantime, npm is complaining about the `main` property in `package.json` being an array. It expects a string pointing to the entry point of the module/script. ``` $ npm...

Yep, that's the article. Thanks @jimf. The last few code snippets in the 2nd npm blog post describe how to handle both browser and CommonJS environments using a simple factory....

FYI, the [`neo4j-graphql-binding`](https://github.com/michaeldgraham/neo4j-graphql-binding) package doesn't seem to support Neo4j 4.0. It uses an older `{param}` syntax in its Cypher queries, [which was removed in 4.0](https://neo4j.com/docs/cypher-manual/current/syntax/parameters/#cypher-parameters-introduction), and throws an error by...