Giter VIP home page Giter VIP logo

Comments (10)

chen-factual avatar chen-factual commented on July 23, 2024

Hey can you give me a stack trace? I had some issue with app-root-path,
latest version should have resolved that. If it's something else lll
prioritize fixing it asap
On Jan 1, 2016 04:54, "vinnie-pepi" [email protected] wrote:

Hey Chen, can you try to just npm install in a directory, and require
franca-js. I was just testing it out and it threw on me. Thanks.


Reply to this email directly or view it on GitHub
#1.

from franca-js.

vinnie-pepi avatar vinnie-pepi commented on July 23, 2024

yeah, it was an app-root-path. I actually saw that you were fixing it
yesterday, but maybe you hadn't pushed the fix to npm yet? I'll pull down a
new version from npm and try it later. Cheers.

On Sun, Jan 3, 2016 at 5:58 AM, Chen Guo [email protected] wrote:

Hey can you give me a stack trace? I had some issue with app-root-path,
latest version should have resolved that. If it's something else lll
prioritize fixing it asap
On Jan 1, 2016 04:54, "vinnie-pepi" [email protected] wrote:

Hey Chen, can you try to just npm install in a directory, and require
franca-js. I was just testing it out and it threw on me. Thanks.


Reply to this email directly or view it on GitHub
#1.


Reply to this email directly or view it on GitHub
#1 (comment).

Factual Confidential Information
This email contains Factual confidential information and is only for use by
the intended recipient under the terms of a non-disclosure agreement or
other binding confidentiality terms. If you've gotten this email in error,
please let the sender know of the mistake and delete the email
immediately.

from franca-js.

vinnie-pepi avatar vinnie-pepi commented on July 23, 2024

just tried removing and reinstalling to see if I had the latest

Error: Cannot find module 'app-root-path'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365

from franca-js.

chenguo avatar chenguo commented on July 23, 2024

Are you trying to run tests? app-root-path is only used in tests now. I'll
take out app-root-path completely, it's only been problems.

On Sat, Jan 2, 2016 at 8:38 PM, vinnie-pepi [email protected]
wrote:

just tried removing and reinstalling to see if I had the latest

Error: Cannot find module 'app-root-path'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365


Reply to this email directly or view it on GitHub
#1 (comment).

from franca-js.

vinnie-pepi avatar vinnie-pepi commented on July 23, 2024

Yeah, I'm just testing it out.

On Sun, Jan 3, 2016 at 12:56 PM, Chen Guo [email protected] wrote:

Are you trying to run tests? app-root-path is only used in tests now. I'll
take out app-root-path completely, it's only been problems.

On Sat, Jan 2, 2016 at 8:38 PM, vinnie-pepi [email protected]
wrote:

just tried removing and reinstalling to see if I had the latest

Error: Cannot find module 'app-root-path'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365


Reply to this email directly or view it on GitHub
#1 (comment).


Reply to this email directly or view it on GitHub
#1 (comment).

Factual Confidential Information
This email contains Factual confidential information and is only for use by
the intended recipient under the terms of a non-disclosure agreement or
other binding confidentiality terms. If you've gotten this email in error,
please let the sender know of the mistake and delete the email
immediately.

from franca-js.

vinnie-pepi avatar vinnie-pepi commented on July 23, 2024

Does it support a query like SELECT * FROM [table]?

On Sun, Jan 3, 2016 at 12:58 PM, Vinnie Pepi [email protected] wrote:

Yeah, I'm just testing it out.

On Sun, Jan 3, 2016 at 12:56 PM, Chen Guo [email protected]
wrote:

Are you trying to run tests? app-root-path is only used in tests now. I'll
take out app-root-path completely, it's only been problems.

On Sat, Jan 2, 2016 at 8:38 PM, vinnie-pepi [email protected]
wrote:

just tried removing and reinstalling to see if I had the latest

Error: Cannot find module 'app-root-path'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365


Reply to this email directly or view it on GitHub
#1 (comment).


Reply to this email directly or view it on GitHub
#1 (comment).

Factual Confidential Information
This email contains Factual confidential information and is only for use
by the intended recipient under the terms of a non-disclosure agreement or
other binding confidentiality terms. If you've gotten this email in error,
please let the sender know of the mistake and delete the email
immediately.

Factual Confidential Information
This email contains Factual confidential information and is only for use by
the intended recipient under the terms of a non-disclosure agreement or
other binding confidentiality terms. If you've gotten this email in error,
please let the sender know of the mistake and delete the email
immediately.

from franca-js.

chen-factual avatar chen-factual commented on July 23, 2024

Are you running grunt tests after having NPM installed it or in a git repo? I've found in the git repo it's fine, but with the NPM install is where grunt test throws the app-root-path error.

I'm in the process of removing app-root-path from tests too, but in the short term maybe you can try checking it out as a git-repo and then doing npm install; app-root-path is a devDependency and should be installed.

And yes, it does support Postgres queries. As necessary I should be able to expand to other SQL syntaxes easily. See this

from franca-js.

chen-factual avatar chen-factual commented on July 23, 2024

Here's an actual example: https://github.com/Factual/fetch/blob/master/core/examples/postgres.coffee

You'll need your Factual login to see it.

from franca-js.

chen-factual avatar chen-factual commented on July 23, 2024

Version 0.4.4 pushed to npm, with app-root-path removed for now.

from franca-js.

vinnie-pepi avatar vinnie-pepi commented on July 23, 2024

works now, thanks. (no not grunt, I was just trying to use it on the repl)

On Sun, Jan 3, 2016 at 1:13 PM, Chen Guo [email protected] wrote:

Version 0.4.4 pushed to npm, with app-root-path removed for now.


Reply to this email directly or view it on GitHub
#1 (comment).

Factual Confidential Information
This email contains Factual confidential information and is only for use by
the intended recipient under the terms of a non-disclosure agreement or
other binding confidentiality terms. If you've gotten this email in error,
please let the sender know of the mistake and delete the email
immediately.

from franca-js.

Related Issues (13)

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.