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

object is not a function #8

Open
akd3vs opened this issue Jul 3, 2012 · 4 comments
Open

object is not a function #8

akd3vs opened this issue Jul 3, 2012 · 4 comments

Comments

@akd3vs
Copy link

akd3vs commented Jul 3, 2012

require('console-trace')({
^
object is not a function
snippet

require('console-trace')({
    always: true
});

and require('console-trace') return {} on console.log();
[email protected]
process.versions = { http_parser: '1.0',
node: '0.8.1',
v8: '3.11.10.12',
ares: '1.7.5-DEV',
uv: '0.8',
zlib: '1.2.3',
openssl: '1.0.0f' }
npm -v
1.1.35

@kilianc
Copy link
Contributor

kilianc commented Jul 6, 2012

update the npm version to 0.2.1

@akd3vs
Copy link
Author

akd3vs commented Jul 6, 2012

Ohhh lol sorry for the dummy question. Thank you very much

El jul 6, 2012 3:42 p.m., "Kilian Ciuffolo" <
[email protected]>
escribió:

this is because you are using the npm version that is outdated.

you can do:
npm install https://github.com/nmanousos/console-trace/tarball/master


Reply to this email directly or view it on GitHub:
#8 (comment)

@kilianc
Copy link
Contributor

kilianc commented Jul 6, 2012

@akd3vs a new version of console-trace is on npm, you can npm install console-trace again.

@akd3vs
Copy link
Author

akd3vs commented Jul 7, 2012

Okay, thank you for the support!

El jul 6, 2012 6:00 p.m., "Kilian Ciuffolo" <
[email protected]>
escribió:

@akd3vs a new version of console-trace is on npm, you can npm install console-trace again.


Reply to this email directly or view it on GitHub:
#8 (comment)

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

No branches or pull requests

2 participants