browserify / browserify/static-module
Npm warning about `sourcemap-codec@1.4.8` package
- Lingua principale
- JavaScript
- Stelle
- 75
- Fork
- 22
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Upon running `npm ci`, I notice the following warning:
```
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
```
Running `npm list sourcemap-codec@1.4.8` produces the following output:
```
...
─┬ static-module@3.0.4
└─┬ magic-string@0.25.1
└── sourcemap-codec@1.4.8
```
The latest version (`0.30.0`) of `magic-string` seems to have fixed the issue.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by inspecting the package dependency declarations and running npm list sourcemap-codec@1.4.8 to confirm how static-module@3.0.4 brings in the deprecated package. Update the relevant dependency path to eliminate the npm ci warning, then run npm ci and verify that the warning no longer appears.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, node.js
- Ambito
- build-system, tooling
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 55/100