Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Check all other dependency versions is bumped if possible #252

Open
3 of 5 tasks
Tracked by #250
RaenonX opened this issue Aug 16, 2021 · 0 comments
Open
3 of 5 tasks
Tracked by #250

Check all other dependency versions is bumped if possible #252

RaenonX opened this issue Aug 16, 2021 · 0 comments
Assignees

Comments

@RaenonX
Copy link
Member

RaenonX commented Aug 16, 2021

Blocked by


https://stackoverflow.com/a/16074029/11571888

npm i -g npm-check-updates
ncu -u
npm install

Then check if there are any incompatible dependencies.

Should be better to bump each by each to identify if there are any dependency conflicts.


Issues

  • ts-node 10 attempts transpiling next.js compiled .js file, causing the application unable to start via npm run dev
    • Solved by adding --transpiler-only flag for ts-node
@RaenonX RaenonX self-assigned this Aug 16, 2021
@RaenonX RaenonX added this to the v2.19.0 milestone Aug 17, 2021
@RaenonX RaenonX removed this from the v2.19.0 milestone Sep 11, 2021
RaenonX added a commit that referenced this issue Dec 20, 2021
Signed-off-by: RaenonX <[email protected]>
RaenonX added a commit that referenced this issue Jan 9, 2022
Signed-off-by: RaenonX <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant