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

elm-upgrade doesn't work for 0.17 projects #73

Open
andys8 opened this issue Oct 15, 2018 · 0 comments
Open

elm-upgrade doesn't work for 0.17 projects #73

andys8 opened this issue Oct 15, 2018 · 0 comments

Comments

@andys8
Copy link

andys8 commented Oct 15, 2018

I tried to auto upgrade an elm 0.17 project. It did work, because there is request to /new-packages which was removed. I'm not sure if this should have priority. This issue is for awareness and documentation. Maybe a paragraph to the README.md can be added, to explain how older elm projects are handled.

npx [email protected]                                                                                               1274ms
npx: installed 47 in 3.459s
{ HTTPError: Response code 404 (Not Found)
    at stream.catch.then.data (/home/as/.npm/_npx/6363/lib/node_modules/elm-upgrade/node_modules/got/index.js:123:13)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  message: 'Response code 404 (Not Found)',
  host: 'package.elm-lang.org',
  hostname: 'package.elm-lang.org',
  method: 'GET',
  path: '/new-packages',
  statusCode: 404,
  statusMessage: 'Not Found' }
ERROR: Unable to connect to http://package.elm-lang.org.  Please try again later.
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

1 participant