Run "ent check-env develop" error?

I got this error when I tried to run the command ent check-env develop

ubuntu@quickstart:~$ ent check-env develop
➤ [I] | 2025-04-18 05-07-45 | Checking git..
➤ [I] | 2025-04-18 05-07-45 | Checking command..
➤ [I] | 2025-04-18 05-07-45 | Checking perl..
➤ [I] | 2025-04-18 05-07-45 | Checking grep..
➤ [I] | 2025-04-18 05-07-45 | Checking cat..
➤ [I] | 2025-04-18 05-07-45 | Checking _jq..
➤ [I] | 2025-04-18 05-07-45 | Checking java..
➤ [I] | 2025-04-18 05-07-45 | Checking docker..
➤ [I] | 2025-04-18 05-07-45 | Checking watch..
➤ [I] | 2025-04-18 05-07-45 | Checking _crane..
➤ [I] | 2025-04-18 05-07-45 | Checking ENT private installation of node.js..
➤ [I] | 2025-04-18 05-07-45 | found: 14.20.0 => OK
➤ [I] | 2025-04-18 05-07-45 | Checking ENT private installation of jhipster..
➤ [I] | 2025-04-18 05-07-46 | found: 7.9.3 => OK
➤ [I] | 2025-04-18 05-07-46 | Checking ENT private installation of generator-jhipster-entando..
➤ [I] | 2025-04-18 05-07-46 | found: v7.3.0 => OK
➤ [I] | 2025-04-18 05-07-46 | updating bins
➤ [I] | 2025-04-18 05-07-53 | Checking ENT private installation of entando-bundler..
➤ [I] | 2025-04-18 05-07-53 | found: v7.3.0 => OK
➤ [I] | 2025-04-18 05-07-53 | updating bins
➤ [I] | 2025-04-18 05-07-58 | Checking ENT private installation of entando-bundle-cli..
Should I try to install it? (Y/n/q) Y
                                                            
> An ERROR was detected (1)
> Full log available in this file: "/tmp/tmp.yQBEfDkuf7"
> Tail of the log:
~~~
## INSTALL
##
npm ERR! code E401
npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/@entando%2fentando-bundle-cli - unauthenticated: User cannot be authenticated with the token provided.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ubuntu/.entando/ent/v7.3.0/dist/opt/home/.npm/_logs/2025-04-18T05_08_07_692Z-debug.log
~
➤ [E] | 2025-04-18 05-08-07 | Unable to install "entando-bundle-cli" (v1.2.0)

### DEPENDENCY ERROR
### It has not been possible to install a required dependency
### Use --lenient to ignore this error

Please help me complete this installation process. Tks all!