flv.js
flv.js copied to clipboard
Npm error: missing script "build"
Hello, I tried installing this lib using npm, but it gave me an error, saying that the "build" script is missing. Under further inspection it seems that when I install the library, it doesn't add all the necessary information to the package.json file. I run the install command exactly as the readme tell me to, including the --save flag, as well as the npm ci command. This is the package.json file that I'm getting when I install flv.js:
{ "dependencies": { "flv.js": "^1.6.2" } }
Same here
I guess the advice is just for what is required if you clone their repo first (to build a "dist" folder)