xml-js icon indicating copy to clipboard operation
xml-js copied to clipboard

Module not found: Error: Can't resolve 'buffer'

Open 910022916 opened this issue 10 months ago • 2 comments

In angular project not used,console:./node_modules/safe-buffer/index.js:3:13-30 - Error: Module not found: Error: Can't resolve 'buffer' in 'D:\100dev\ustudy\ustudy-tools\node_modules\safe-buffer'

Please tell me the specific usage method?

910022916 avatar Apr 04 '24 05:04 910022916

@910022916 The follow code can helps you:

import buffer from 'buffer';

window.Buffer = buffer.Buffer;

liuyib avatar Jun 04 '24 08:06 liuyib

This workaround solved problem for me

npm install buffer

BrSeal avatar Jul 18 '24 11:07 BrSeal