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

Dependencies fix #133

Merged
merged 1 commit into from
Apr 1, 2020
Merged

Dependencies fix #133

merged 1 commit into from
Apr 1, 2020

Conversation

parthvshah
Copy link
Member

Two issues were solved.

  1. Bcrypt (https://www.npmjs.com/package/bcrypt) give config errors on npm install. Changed to bcryptjs (https://www.npmjs.com/package/bcryptjs). No errors, newer package and more weekly downloads so possibly better.

  2. Bumped webpack and webpack-js versions. Older versions had TypeError: Cannot read property 'properties' of undefined error. (Issue fix: TypeError: Cannot read property 'properties' of undefined plotly/dash-component-boilerplate#12)

@aniketnk
Copy link
Collaborator

aniketnk commented Apr 1, 2020

LGTM

@parthvshah parthvshah merged commit 6a8ef11 into pes-alcoding-club:master Apr 1, 2020
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 this pull request may close these issues.

TypeError: Cannot read property 'properties' of undefined
2 participants