jamenamcinteer / react-qr-barcode-scanner

A simple React Component using the client's webcam to read barcodes.
69 stars 71 forks source link

Issue with node_modules #26

Open leopalazzi opened 2 years ago

leopalazzi commented 2 years ago

Hello, when running my react App with npm run start I have an issue the library.

Here is the issue :

WARNING in ./node_modules/react-qr-barcode-scanner/node_modules/@zxing/library/esm5/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'C:\Users\xxxx\my-app\node_modules\react-qr-barcode-scanner\node_modules\@zxing\library\src\index.ts' file: Error: ENOENT: no such file or directory, open 'C:\Users\xxxxx\my-app\node_modules\react-qr-barcode-scanner\node_modules\@zxing\library\src\index.ts'

And there is more but I think with this it should be enough.

mrjelveh commented 1 year ago

Same, no update?