Giter Club home page Giter Club logo

Comments (8)

robinheghan avatar robinheghan commented on July 30, 2024 1

I don't. Tried out a couple of things but didn't have much luck :/

from elm-webpack-loader.

heyakyra avatar heyakyra commented on July 30, 2024

@Skinney Any idea why ^0.19.1-0 || 0.19.0-no-deps doesn't seem to match 0.19.1 according to https://semver.npmjs.com/ (while ^0.19.0-0 || 0.19.0-no-deps does seem to match 0.19.0)?

from elm-webpack-loader.

heyakyra avatar heyakyra commented on July 30, 2024

Guess we'll have to look upstream 😞

from elm-webpack-loader.

jc00ke avatar jc00ke commented on July 30, 2024

I ended up ditching webpack for a custom Elm buildpack (we're on Heroku) and Parcel. Was a rough few days not being able to deploy.

from elm-webpack-loader.

robinheghan avatar robinheghan commented on July 30, 2024

@heyakyra I think it makes sense to ^0.19.1-0 || 0.19.0-no-deps. At least then we get the latest 0.19.1 release.

from elm-webpack-loader.

berry avatar berry commented on July 30, 2024

This issue gave me a reason give Parcel a try. Turned out the switch was quite easy. I find Parcel much easier to use than Webpack. I am not going back to Webpack :-)

from elm-webpack-loader.

Dylanb-dev avatar Dylanb-dev commented on July 30, 2024

This seems to work for me when I DONT have elm as a peer dependency and instead have it installed on the CLI, does that make any sense?

I get this warning

npm WARN [email protected] requires a peer of [email protected] || ^0.19.1 but none is installed. You must install peer dependencies yourself.

But it still compiles fine?

from elm-webpack-loader.

robinheghan avatar robinheghan commented on July 30, 2024

Sure. A peer dependency should only give you a warning that you need to install something yourself. We don't actually depend on elm being installed by npm, just that it exists. Us definining it as a peer dependency is just a way of telling our users that it should be of a certain version, but we'll try running it anyways.

from elm-webpack-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.