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

Fix errors about packages #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix errors about packages #3

wants to merge 1 commit into from

Conversation

tacettinkustu
Copy link

@tacettinkustu tacettinkustu commented Jul 9, 2021

As a team, we decided to use the "abandoned" package in our project. But; when we included the package in our project, we encountered some errors. To solve this problem, I followed the steps below:

  1. I created a new project environment,
  2. I installed "abandoned" package,
  3. I added "abandoned" dependencies manually, because, 'npm outdated' for abandoned projects ("async", "cli-table", "colors", "pretty-date", "request" packages),
  4. I found that the problem is with package files that don't have modified date information,
  5. I've added an if loop for packages where we can't access the modified date information,
  6. For packages whose information I cannot access, I printed "No information is available" on the output screen.

@tacettinkustu tacettinkustu changed the title Fix errors about packages without body section Fix errors about packages without modified date information Jul 9, 2021
@tacettinkustu
Copy link
Author

tacettinkustu commented Jul 9, 2021

I will be very happy if you watch the video. I am looking forward to your comments and reviews.😊

https://www.loom.com/share/06dafbabefa1465aa2ec7d0b0483c9cf

@tacettinkustu tacettinkustu changed the title Fix errors about packages without modified date information Fix errors about packages Jul 9, 2021
@rvvincelli
Copy link

cc @brendonboshell is this project still active? I've tried it out and it looks like it is, it would be cool if @tacettinkustu 's PR could make it to master :) In case it is not, please suggest alternative projects or approaches. Thanks,

@draperunner
Copy link

@rvvincelli I have published a fork of this project under the name ditched. Have a look! 😊 https://github.com/draperunner/ditched

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.

None yet

3 participants