MaJ du 22-10-2020
This commit is contained in:
@@ -214,6 +214,43 @@ published over a year ago by cohara87 <cohara87@gmail.com>
|
||||
|
||||
|
||||
|
||||
#### Funding:
|
||||
|
||||
```bash
|
||||
2 packages are looking for funding
|
||||
run `npm fund` for details
|
||||
```
|
||||
|
||||
Ce message apparait généralement après la m-à-j d'un package tel Angular, React, Vue...
|
||||
Il demande de lancer la commande `npm fund` pour lister les packages qui demandent des fonds pour continuer leur développement.
|
||||
|
||||
```bash
|
||||
~/Sites/node_modules master* ⇡
|
||||
❯ npm fund
|
||||
/Users/bruno/Sites
|
||||
├─┬ https://opencollective.com/bootstrap
|
||||
│ └── bootstrap@4.5.2
|
||||
└─┬ https://opencollective.com/popperjs
|
||||
└── popper.js@1.16.1
|
||||
```
|
||||
|
||||
Pour éviter ce message:
|
||||
|
||||
```bash
|
||||
# à l'installation:
|
||||
npm install --no-fund <package>
|
||||
|
||||
# configuration globale
|
||||
npm config set fund false --global
|
||||
|
||||
# configuration par package:
|
||||
npm config set fund false
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### Packages:
|
||||
|
||||
[Rechercher un package](https://npms.io)
|
||||
|
||||
Reference in New Issue
Block a user