Open pc-codings opened 5 months ago
I have the same issue. The readme says that a node_modules/qrcode/build/ directory should exist after doing npm install --save qrcode. But it's not there. How can i get a prebuilt file?
npm install --save qrcode
The build directory is missing in versions 1.5.2, 1.5.3, 1.5.4 (it exits in version 1.5.1).
build
I have the same issue. The readme says that a node_modules/qrcode/build/ directory should exist after doing
npm install --save qrcode
. But it's not there. How can i get a prebuilt file?