-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot find module './old/module' #13
Comments
Hi @campa , sorry my delay, just tried on Ubuntu 16.04 with node 5.11.1 and it worked for me. Could you please ls your node_modules/datauri folder? |
I'm getting the same error: ➜ glsl-fast-gaussian-blur git:(master) ✗ ls node_modules/datauri
api.js module.js package.json template
index.js old readme.md
➜ glsl-fast-gaussian-blur git:(master) ✗ |
Weird! BTW this folder will no longer exist on version 2.0 though. It might be released |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
I'm trying to use datauri, but I'm not able to import it.
Inserting
var datauri = require('datauri');
in my files, the import produces the error
Cannot find module './old/module'
Mu context:
Any suggestions ?
Thanks in advance
The text was updated successfully, but these errors were encountered: