elm-webpack-loader icon indicating copy to clipboard operation
elm-webpack-loader copied to clipboard

Add temp as direct dependency

Open sporto opened this issue 4 years ago • 1 comments

See https://github.com/elm-community/elm-webpack-loader/issues/200

"temp" is in the package-lock.json But when running this without elm-test in the same project I get this issue above

Error: Cannot find module 'temp'

As temp is used directly here: https://github.com/elm-community/elm-webpack-loader/blob/2bbe487e654231e3531374747c23043b8f440a44/index.js#L5

I believe it should be as a direct dependecy in package.json

Thanks

sporto avatar Feb 23 '21 10:02 sporto

I'm seeing this issue as well. Adding this to my package.json fixed this for me.

alex-tan avatar May 17 '21 11:05 alex-tan