Skip to main content

Installing cloudinary-video-player fails with npm install

Comments

3 comments

  • Marissa Masangcay

    Hi Erik,

    Can you tell me what environment and version you're using to help narrow this down? Thanks!

    0
  • Erik Sharp

    Hi Marissa,

    The problem turned out to be that I am on Windows and the cloudinary-video-player post install script uses `cp env.example.js env.js` instead of `copy env.example.js env.js`.

    To fix, I just ran the npm install from Git Bash which can run the 'cp' command.

    Sorry that I was a bit vague.

    Erik

    0
  • Marissa Masangcay

    Hi Erik,

    I'm glad to hear you were able to get it figured out! 

    Thank you for sharing the fix as well for others to see :)

    Cheers

    0

Post is closed for comments.