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

Update to OCLIF 4.10.x #1291

Closed
sapiderman opened this issue May 16, 2024 · 1 comment
Closed

Update to OCLIF 4.10.x #1291

sapiderman opened this issue May 16, 2024 · 1 comment
Assignees
Labels
Tech Debt Techdebt need to be implemented the sooner the better, as its getting expensive if implemented later

Comments

@sapiderman
Copy link
Contributor

Issue

  1. Current oclif used is 4.0.2
  2. To take advantage of the latest bugfixes in oclif
@sapiderman sapiderman added the v2 Will resolve in version 2 label May 16, 2024
@sapiderman sapiderman changed the title Update to OCLIF 4.9.0 Update to OCLIF 4.10.x May 21, 2024
@haricnugraha haricnugraha removed the v2 Will resolve in version 2 label May 29, 2024
@haricnugraha haricnugraha added the Tech Debt Techdebt need to be implemented the sooner the better, as its getting expensive if implemented later label Jun 21, 2024
@suyono3484
Copy link
Contributor

problem updating to the 4.10.15 version (latest patch of 4.10.x) with error

$ npx oclif manifest
 ›   Warning: oclif update available from 4.10.15 to 4.14.0.
 ›   ModuleLoadError: [MODULE_NOT_FOUND] require failed to load /home/source/monika/lib/commands: Cannot find module '/home/source/monika/lib/commands'
 ›   Require stack:
 ›   - /home/source/monika/node_modules/@oclif/core/lib/module-loader.js
 ›   - /home/source/monika/node_modules/@oclif/core/lib/help/index.js
 ›   - /home/source/monika/node_modules/@oclif/core/lib/errors/handle.js
 ›   - /home/source/monika/node_modules/@oclif/core/lib/errors/index.js
 ›   - /home/source/monika/node_modules/@oclif/core/lib/cli-ux/index.js
 ›   - /home/source/monika/node_modules/@oclif/core/lib/index.js
 ›   Code: MODULE_NOT_FOUND

But, if I update to the latest version of oclif (version 4.14.0), it works. I ran the npm run test without error.
What do you think? @nicnocquee @dennypradipta @haricnugraha @sapiderman

P.S. I put in my branch: https://github.com/suyono3484/monika/tree/1291-oclif-update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech Debt Techdebt need to be implemented the sooner the better, as its getting expensive if implemented later
Projects
None yet
Development

No branches or pull requests

3 participants