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

Deprecated npm package ember-chroma-shim #1341

Open
mattwr18 opened this issue Mar 9, 2020 · 0 comments
Open

Deprecated npm package ember-chroma-shim #1341

mattwr18 opened this issue Mar 9, 2020 · 0 comments

Comments

@mattwr18
Copy link
Collaborator

mattwr18 commented Mar 9, 2020

when getting set up with the project locally, and running yarn install, it throws this error

error An unexpected error occurred: "https://registry.yarnpkg.com/ember-chroma-shim/-/ember-chroma-shim-1.0.2.tgz: Request failed \"404 Not Found\"".

Looking into it a little further shows that this package is no longer being published, so we need to find an alternative. https://npm.taobao.org/package/ember-chroma-shim

Expected Behavior

yarn install should find and install all npm packages necessary to run the project.

Current Behavior

it errors out every time.

Possible Solution

check if this is even needed any longer. Maybe chroma.js has been updated to provide support for ES6....
Looking into it a bit more shows this issue that says it is now ES6 compatible gka/chroma.js#138 (comment)

Steps to Reproduce

  1. cd frontend
  2. yarn install
  3. 😢
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

Successfully merging a pull request may close this issue.

1 participant