You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS > yarn run build
yarn run v1.22.19
$ react-scripts build
Creating an optimized production build...
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Compiled successfully.
File sizes after gzip:
615.89 KB build\static\js\2.489004bb.chunk.js
44.42 KB build\static\js\main.ee38daab.chunk.js
6.85 KB build\static\css\2.3670e0c2.chunk.css
774 B build\static\js\runtime-main.8c40394c.js
The project was built assuming it is hosted at /.
You can control this with the homepage field in your package.json.
The build folder is ready to be deployed.
You may serve it with a static server:
yarn global add serve
serve -s build
Find out more about deployment here:
bit.ly/CRA-deploy
Done in 31.16s.
PS > npx browserslist@latest --update-db
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
C:\blah\client\node_modules\browserslist\update-db.js:49
if (match[1]) return match[1]
^
TypeError: Cannot read properties of null (reading '1')
at getCurrentVersion (C:\blah\client\node_modules\browserslist\update-db.js:49:14)
at updateDB (C:\blah\client\node_modules\browserslist\update-db.js:119:17)
at Object.<anonymous> (C:\blah\client\node_modules\browserslist\cli.js:40:3)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47
PS >
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: