You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
cd frontend
yarn install
😢
The text was updated successfully, but these errors were encountered:
when getting set up with the project locally, and running
yarn install
, it throws this errorLooking 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 forES6
....Looking into it a bit more shows this issue that says it is now
ES6
compatible gka/chroma.js#138 (comment)Steps to Reproduce
cd frontend
yarn install
The text was updated successfully, but these errors were encountered: