Skip to main content

npm install cloudinary command fail

Comments

3 comments

  • Tamara Yulevich

    Hi Eliot, 

    This issue doesn't seem to be related to Cloudinary but to your `User variables`, please take a look at this Stackoverflow post: 

    https://stackoverflow.com/questions/23412938/node-is-not-recognized-as-an-internal-or-an-external-command-operable-program

    Please tell me if you have any further questions, 

    -Tamara

    0
  • Elliot Cho

    So cloudinary installed through npm today but im not sure if it is a consistent solution. I deleted my package-lock.json and ran npm install, which I've done before but it didn't work the first time. I'm not sure why it suddenly worked today but just thought I would leave this update and post here in case anyone else has the same issue. Also Tamara, the stackoverflow post talks about adding a node environment variable into my path, which I said I already properly did and didn't fix the issue.

    0
  • Tamara Yulevich

    Hi Eliot, 

    Node is not recognized means either node is not installed correctly or path is not set.

    So install Node JS on your machine from https://nodejs.org/en/download/

    Check out this guide on how to install Node properly while setting path - https://blog.teamtreehouse.com/install-node-js-npm-windows

    Thanks, 

    Tamara

    0

Post is closed for comments.