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

missing files in 1.4.0 #1

Closed
andyfischer opened this issue Aug 9, 2013 · 4 comments
Closed

missing files in 1.4.0 #1

andyfischer opened this issue Aug 9, 2013 · 4 comments
Assignees
Labels

Comments

@andyfischer
Copy link

not sure if I am going crazy, but when I try to NPM install this library, no code is actually included in the package. There's no .js files inside node_modules/z-schema and requiring the library doesn't work.

afischer-mba ~ $ npm install z-schema
npm http GET https://registry.npmjs.org/z-schema
npm http 304 https://registry.npmjs.org/z-schema
npm http GET https://registry.npmjs.org/q
npm http 304 https://registry.npmjs.org/q
z-schema@1.4.0 node_modules/z-schema
└── q@0.9.6
afischer-mba ~ $ ls node_modules/z-schema/
LICENSE     README.md   node_modules    package.json
afischer-mba ~ $ node
> require('z-schema')
Error: Cannot find module 'z-schema'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at repl:1:2
    at REPLServer.self.eval (repl.js:111:21)
    at Interface.<anonymous> (repl.js:250:12)
    at Interface.EventEmitter.emit (events.js:93:17)
    at Interface._onLine (readline.js:199:10)
    at Interface._line (readline.js:517:8)
@zaggino
Copy link
Owner

zaggino commented Aug 10, 2013

Can you try again please with "z-schema": ">= 1.4.1" ?

@zaggino
Copy link
Owner

zaggino commented Aug 12, 2013

@andyfischer - tested and now working with:

{
    "dependencies": {
        "z-schema": ">= 1.4.1"
    }
}

@zaggino zaggino closed this as completed Aug 12, 2013
@andyfischer
Copy link
Author

thanks, that fixed it, looks like NPM now has a good version by default too.

@zaggino
Copy link
Owner

zaggino commented Aug 15, 2013

No worries @andyfischer , if you have any problems or ideas using it, let me know.

@ghost ghost assigned zaggino Nov 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants