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
Describe the bug
Unmaintained and depreciated dependencies.
Warning output when running cubejs create mongo-tutorial -d mongobi
- Creating project structure
- Installing server dependencies
npm WARN deprecated @hapi/[email protected]: This version is no longer maintained
npm WARN deprecated @hapi/[email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated @hapi/[email protected]: This module is no longer maintained
npm notice created a lockfile as package-lock.json. You should commit this file.
+ @cubejs-backend/[email protected]
added 286 packages from 215 contributors and audited 3306 packages in 54.929s
To Reproduce
Steps to reproduce the behavior:
Try to create a cubejs mongo tutorial
cubejs create mongo-tutorial -d mongobi
See dependency and 'no longer maintained' warnings
Expected behavior
No warnings should be shown during tutorials since they are for less confident users. Like me.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The problem is a general one, for other of the packages.
I will try to take a stab at it for the package mentioned, but I would like to have help testing all the corners, since this is my first day, working with cube js.
I run Windows, but Bash from Git, so anything on *nix boxes is a blind spot of mine,
** Planned fix **
Update the versions to latest versions, to see if there are any of the braking changes that affect the Cube JS Tutorials.
I will use VSCode and Version Lens.
The text was updated successfully, but these errors were encountered:
Describe the bug
Unmaintained and depreciated dependencies.
Warning output when running
cubejs create mongo-tutorial -d mongobi
To Reproduce
Steps to reproduce the behavior:
Try to create a cubejs mongo tutorial
cubejs create mongo-tutorial -d mongobi
See dependency and 'no longer maintained' warnings
Expected behavior
No warnings should be shown during tutorials since they are for less confident users. Like me.
Screenshots
If applicable, add screenshots to help explain your problem.
Version:
[email protected]
Additional context
The problem is a general one, for other of the packages.
I will try to take a stab at it for the package mentioned, but I would like to have help testing all the corners, since this is my first day, working with cube js.
I run Windows, but Bash from Git, so anything on *nix boxes is a blind spot of mine,
** Planned fix **
Update the versions to latest versions, to see if there are any of the braking changes that affect the Cube JS Tutorials.
I will use VSCode and Version Lens.
The text was updated successfully, but these errors were encountered: