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
However, it still didn't work on my computer. I will appreciate it If someone could give me some advice.
`ℹ 「wds」: Project is running at http://localhost:8080/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: Content not from webpack is served from ./dist
node:internal/crypto/hash:71
this[kHandle] = new _Hash(algorithm, xofLen);
^
更改package.json文件
"scripts": { "build": "webpack --config ./bundler/webpack.prod.js", "dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server --config ./bundler/webpack.dev.js", "watch": "webpack --watch --config ./bundler/webpack.config.js" },
The text was updated successfully, but these errors were encountered: