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

Error: Cannot find module 'node-elm-compiler' #168

Open
ghost opened this issue Feb 26, 2019 · 2 comments
Open

Error: Cannot find module 'node-elm-compiler' #168

ghost opened this issue Feb 26, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 26, 2019

Hi,

while setting elm-webpack-loader, I got the error

Module build failed: Error: Cannot find module 'node-elm-compiler'

so I run yarn install node-elm-compiler to resolve the issue, but it could not be resolved properly. After little investigation I came to realize that by running yarn install node-elm-compiler, I am actually installing the latest version that is 5.0.2

So I try to install the 5.0.0 version instead to see it will work. And yes by installing 5.0.0 version it does work.

I would like to update about this issue.

Best
Dev.

@lytedev
Copy link

lytedev commented Feb 26, 2019

Seeing a similar issue. Thanks for the tip on downgrading!

@Ahrengot
Copy link

Version 5.0.1 also works and it has improved error messages. The issue only seems to be with version 5.0.2 that was pushed out yesterday.

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