Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR in ./node_modules/@msgpack/msgpack/dist.es5+esm/utils/utf8.mjs 2:38-45
- Module not found: Error: Can't resolve 'process/browser' in '/path/to/proj/node_modules/@msgpack/msgpack/dist.es5+esm/utils'
- Did you mean 'browser.js'?
- BREAKING CHANGE: The request 'process/browser' failed to resolve only because it was resolved as fully specified
- (probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
- The extension in the request is mandatory for it to be fully specified.
- Add the extension to the request.
- resolve 'process/browser' in '/path/to/proj/node_modules/@msgpack/msgpack/dist.es5+esm/utils'
- Parsed request is a module
- using description file: /path/to/proj/node_modules/@msgpack/msgpack/package.json (relative path: ./dist.es5+esm/utils)
- Field 'browser' doesn't contain a valid alias configuration
- resolve as module
- /path/to/proj/node_modules/@msgpack/msgpack/dist.es5+esm/utils/node_modules doesn't exist or is not a directory
- /path/to/proj/node_modules/@msgpack/msgpack/dist.es5+esm/node_modules doesn't exist or is not a directory
- /path/to/proj/node_modules/@msgpack/msgpack/node_modules doesn't exist or is not a directory
- /path/to/proj/node_modules/@msgpack/node_modules doesn't exist or is not a directory
- /path/to/proj/node_modules/node_modules doesn't exist or is not a directory
- looking for modules in /path/to/proj/node_modules
- existing directory /path/to/proj/node_modules/process
- using description file: /path/to/proj/node_modules/process/package.json (relative path: .)
- using description file: /path/to/proj/node_modules/process/package.json (relative path: ./browser)
- Field 'browser' doesn't contain a valid alias configuration
- /path/to/proj/node_modules/process/browser doesn't exist
- /path/to/node_modules doesn't exist or is not a directory
- /path/node_modules doesn't exist or is not a directory
- /node_modules doesn't exist or is not a directory
- @ ./node_modules/@msgpack/msgpack/dist.es5+esm/Encoder.mjs 1:0-97 181:24-46 182:29-38 185:12-24 189:29-38 192:12-24
- @ ./node_modules/@msgpack/msgpack/dist.es5+esm/index.mjs 11:0-40 12:0-19
- @ ./src/app/index.ts 11:0-46 39:31-40 43:27-36
- webpack 5.62.1 compiled with 1 error in 29680 ms
- ℹ 「wdm」: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement