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

Ionic 3 Error: "Cannot find module html-gl" #86

Open
Ugur22 opened this issue Dec 5, 2017 · 2 comments
Open

Ionic 3 Error: "Cannot find module html-gl" #86

Ugur22 opened this issue Dec 5, 2017 · 2 comments

Comments

@Ugur22
Copy link

Ugur22 commented Dec 5, 2017

I have installed html-gl via npm but whenever I try to use it in my typescript files I get the following error: Cannot find module html-gl

I imported the module as follows: import * as HTML_GL from 'html-gl';

Am I doing something wrong? If I check my node_modules folder the html-gl folder is in there.

@t-mullen
Copy link

t-mullen commented Mar 20, 2018

The package.json references "main": "index.js",, which doesn't exist.

It doesn't seem this package was ever meant to work with module build tools, considering no files have any kind of export.

@PixelsCommander
Copy link
Owner

PixelsCommander commented Mar 20, 2018 via email

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

3 participants