[Vuejs]-Vue/Node: Can't install Video.js because of pkcs error

0👍

It seems like npm is trying to install an old version of video.js that is only supported on old version of node (v0.1.0).

Try installing the latest stable as listed on the video.js npm page, as of it’s today v7.8.4

npm i video.js@7.8.4

Leave a comment