We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
No branches or pull requests
The pintura module downloaded from npm does not have the util/packages-dir.js file. Thus this happens:
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
The text was updated successfully, but these errors were encountered: