Update 03-01-2024
This commit is contained in:
@@ -477,6 +477,35 @@ $ npm cache clean --force
|
||||
|
||||
|
||||
|
||||
#### Erreur "npm ERR! 404 'deepl-cli' is not in this registry."
|
||||
|
||||
```bash
|
||||
$ npm view deepl-cli
|
||||
npm ERR! code E404
|
||||
npm ERR! 404 Unpublished on 2023-12-27T16:56:29.470Z
|
||||
npm ERR! 404
|
||||
npm ERR! 404 'deepl-cli' is not in this registry.
|
||||
npm ERR! 404
|
||||
npm ERR! 404 Note that you can also install from a
|
||||
npm ERR! 404 tarball, folder, http url, or git url.
|
||||
```
|
||||
|
||||
##### npm outdated --location=global --long
|
||||
|
||||
```bash
|
||||
npm ERR! code ENOVERSIONS
|
||||
npm ERR! No versions available for deepl-cli
|
||||
```
|
||||
|
||||
Le paquet n'est plus disponible sur https://registry.npmjs.org/
|
||||
|
||||
```bash
|
||||
~/.nvm/versions/node/v20.9.0/lib/node_modules
|
||||
$ rm -rf deepl-cli
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### Packages:
|
||||
|
||||
##### uninstall-all-modules
|
||||
|
||||
Reference in New Issue
Block a user