Code Monkey home page Code Monkey logo

Comments (4)

jasperblues avatar jasperblues commented on September 4, 2024 1

I am eager to see the long term solution

I have been super busy with client work (new client usually means steep learning curve) however I will try to make time in the next few days.

The issue has been logged over on the main repo, so you may follow and comment there, if you please.

from drivine-inspiration.

jasperblues avatar jasperblues commented on September 4, 2024

This issue has been logged to be fixed. I intended to provide a short-term fix in the meantime, in that Drivine will look for a match in the current directory first. However it appears that this code isn't there!

Workaround

I will provide an official solution soon, in the meantime can you please write your queries inline (in the code)? For example:

const spec = new QuerySpecification(`MATCH (n) return (n)`)

Alternatively, you might modify your build/watch script to copy those files over. If using watch it could be a bit tricky, but might look something like:

Package.json:

"watch-dev": "rimraf dist && cross-env NODE_ENV=development ./node_modules/.bin/tsc-watch --onSuccess \"copyCpyherFiles.sh""

. . where copyCypherFiles.sh is an exercise for the reader at this point.

from drivine-inspiration.

Bastianowicz avatar Bastianowicz commented on September 4, 2024

Did it a little like this. I am using a npm script with copyfiles at the moment. Thanks for the reply. I am eager to see the long term solution ☺️ thank you

from drivine-inspiration.

anrolmar avatar anrolmar commented on September 4, 2024

I have the same problem.

Ok. I'll do your workaround in the meantime.

Thanks

from drivine-inspiration.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.