Adamduehansen
Cannot assign number to "number | undefined" when using package.json
I think they resolved to same version, but now I noticed a warning in the terminal that I might not have payed attention to before:
Warning The following packages contained npm lifecycle scripts (preinstall/install/postinstall) that were not executed: ┠─ npm:core-js@3.36.1 ┃ ┠─ This may cause the packages to not work correctly. ┖─ To run lifecycle scripts, use theI ran the command and now the errors are gone :deno_it_works:--allow-scripts
flag withdeno install
: deno install --allow-scripts=npm:core-js@3.36.1
4 replies