This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Description Tried to tinker with Webpack settings and also tried to install util dependency but unfortunately nothing helped.
ns --version
8.5.3
✔ Up to date.
ERROR Error: Uncaught (in promise): Error: Cannot find module 'util'
Error: Cannot find module 'util'
at webpackMissingModule (file: src/webpack:.../node_modules/object-inspect/util.inspect.js:1:0)
at Object../node_modules/object-inspect/util.inspect.js (file: src/webpack:.../node_modules/object-inspect/util.inspect.js:1:0)
at __webpack_require__ (file: src/webpack:.../webpack/bootstrap:24:0)
at fn (file: src/webpack:.../webpack/runtime/hot module replacement:62:0)
at Object../node_modules/object-inspect/index.js (file: src/webpack:.../node_modules/object-inspect/index.js:68:18)
at __webpack_require__ (file: src/webpack:.../webpack/bootstrap:24:0)
at fn (file: src/webpack:.../webpack/runtime/hot module replacement:62:0)
at Object../node_modules/side-channel/index.js (file: src/webpack:.../node_modules/side-channel/index.js:5:14)
at __webpack_require__ (file: src/webpack:.../webpack/bootstrap:24:0)
at fn (file: src/webpack:.../webpack/runtime/hot module replacement:62:0)
Reactions are currently unavailable
Tried to tinker with Webpack settings and also tried to install
utildependency but unfortunately nothing helped.