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

Not compatible with pintura module from package.json/npm #21

Open
Leftium opened this issue Jun 25, 2013 · 1 comment
Open

Not compatible with pintura module from package.json/npm #21

Leftium opened this issue Jun 25, 2013 · 1 comment

Comments

@Leftium
Copy link

Leftium commented Jun 25, 2013

The pintura module downloaded from npm does not have the util/packages-dir.js file. Thus this happens:

$ node index.js
...
Error: Cannot find module 'pintura/util/packages-dir'
...
    at Object.<anonymous> (c:\....\persevere-example-wiki\index.js:20:38)

workaround: ensure latest pintura module is installed from https://github.com/persvr/pintura

I believe this is a regression resulting from this commit: kriszyp@7bf6ed1#L0L20

@neonstalwart
Copy link
Member

to expand on the instructions for the workaround...

$ node index.js
...
Error: Cannot find module 'pintura/util/packages-dir'
...
    at Object.<anonymous> (c:\....\persevere-example-wiki\index.js:20:38)

$ npm install persvr/pintura
$ node index.js
Listening on port 8080
persevere>

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