Hello, I actually do have nvm installed. I was just trying to run it with the latest version of everything i have. I didn’t see anything on the github page that said it was locked to a particular version. So maybe its possible that i’m running it with something that is too new.
Here are the error messages, sorry i wasn’t sure if there was a better way for me to make this easier to read:
ERROR in ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/MessagePackHubProtocol.js 11:0-32
Module not found: Error: Can’t resolve ‘buffer’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/node_modules/@microsoft/signalr-protocol-msgpack/dist/esm’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “buffer”: require.resolve(“buffer/”) }’
- install ‘buffer’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “buffer”: false }
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/index.js 6:0-66 6:0-66
@ ./jslib/common/src/services/notifications.service.ts 11:0-70 57:37-74
@ ./src/background/main.background.ts 26:0-83 121:40-60
@ ./src/background.ts 1:0-58 2:49-63
ERROR in ./jslib/common/src/misc/utils.ts 3:48-62
Module not found: Error: Can’t resolve ‘url’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/jslib/common/src/misc’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “url”: require.resolve(“url/”) }’
- install ‘url’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “url”: false }
@ ./src/background/main.background.ts 40:0-48 521:26-41
@ ./src/background.ts 1:0-58 2:49-63
ERROR in ./node_modules/bl/bl.js 3:19-34
Module not found: Error: Can’t resolve ‘util’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/node_modules/bl’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “util”: require.resolve(“util/”) }’
- install ‘util’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “util”: false }
@ ./node_modules/msgpack5/index.js 5:9-22
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/MessagePackHubProtocol.js 12:0-37 93:22-30 205:22-30 218:22-30 231:22-30 237:22-30 254:22-30
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/index.js 6:0-66 6:0-66
@ ./jslib/common/src/services/notifications.service.ts 11:0-70 57:37-74
@ ./src/background/main.background.ts 26:0-83 121:40-60
@ ./src/background.ts 1:0-58 2:49-63
ERROR in ./node_modules/core-util-is/lib/util.js 103:0-52
Module not found: Error: Can’t resolve ‘buffer’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/node_modules/core-util-is/lib’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “buffer”: require.resolve(“buffer/”) }’
- install ‘buffer’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “buffer”: false }
@ ./node_modules/readable-stream/lib/_stream_readable.js 67:25-48
@ ./node_modules/readable-stream/readable-browser.js 1:10-63
@ ./node_modules/msgpack5/lib/streams.js 3:16-52
@ ./node_modules/msgpack5/index.js 6:14-38
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/MessagePackHubProtocol.js 12:0-37 93:22-30 205:22-30 218:22-30 231:22-30 237:22-30 254:22-30
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/index.js 6:0-66 6:0-66
@ ./jslib/common/src/services/notifications.service.ts 11:0-70 57:37-74
@ ./src/background/main.background.ts 26:0-83 121:40-60
@ ./src/background.ts 1:0-58 2:49-63
ERROR in ./node_modules/msgpack5/index.js 4:13-30
Module not found: Error: Can’t resolve ‘assert’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/node_modules/msgpack5’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “assert”: require.resolve(“assert/”) }’
- install ‘assert’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “assert”: false }
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/MessagePackHubProtocol.js 12:0-37 93:22-30 205:22-30 218:22-30 231:22-30 237:22-30 254:22-30
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/index.js 6:0-66 6:0-66
@ ./jslib/common/src/services/notifications.service.ts 11:0-70 57:37-74
@ ./src/background/main.background.ts 26:0-83 121:40-60
@ ./src/background.ts 1:0-58 2:49-63
ERROR in ./node_modules/msgpack5/lib/decoder.js 4:11-26
Module not found: Error: Can’t resolve ‘util’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/node_modules/msgpack5/lib’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “util”: require.resolve(“util/”) }’
- install ‘util’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “util”: false }
@ ./node_modules/msgpack5/index.js 7:18-42
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/MessagePackHubProtocol.js 12:0-37 93:22-30 205:22-30 218:22-30 231:22-30 237:22-30 254:22-30
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/index.js 6:0-66 6:0-66
@ ./jslib/common/src/services/notifications.service.ts 11:0-70 57:37-74
@ ./src/background/main.background.ts 26:0-83 121:40-60
@ ./src/background.ts 1:0-58 2:49-63
ERROR in ./node_modules/safe-buffer/index.js 2:13-30
Module not found: Error: Can’t resolve ‘buffer’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/node_modules/safe-buffer’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “buffer”: require.resolve(“buffer/”) }’
- install ‘buffer’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “buffer”: false }
@ ./node_modules/msgpack5/index.js 3:13-42
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/MessagePackHubProtocol.js 12:0-37 93:22-30 205:22-30 218:22-30 231:22-30 237:22-30 254:22-30
@ ./node_modules/@microsoft/signalr-protocol-msgpack/dist/esm/index.js 6:0-66 6:0-66
@ ./jslib/common/src/services/notifications.service.ts 11:0-70 57:37-74
@ ./src/background/main.background.ts 26:0-83 121:40-60
@ ./src/background.ts 1:0-58 2:49-63
ERROR in ./node_modules/tldjs/lib/clean-host.js 2:10-24
Module not found: Error: Can’t resolve ‘url’ in ‘/home/Nerd/Projects/bitWardenExtension/browser/node_modules/tldjs/lib’
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback ‘resolve.fallback: { “url”: require.resolve(“url/”) }’
- install ‘url’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “url”: false }
@ ./node_modules/tldjs/index.js 9:22-52
@ ./jslib/common/src/misc/utils.ts 1:0-31 198:39-44 198:57-62 198:85-98 198:110-123 205:34-39 205:51-66 205:77-92 211:27-32 211:44-59 211:70-85
@ ./src/background/main.background.ts 40:0-48 521:26-41
@ ./src/background.ts 1:0-58 2:49-63
8 errors have detailed information that is not shown.
Use ‘stats.errorDetails: true’ resp. ‘–stats-error-details’ to show it.
webpack 5.58.2 compiled with 8 errors and 2 warnings in 23293 ms