On the path to become a MEAN Developer - Misc

  1. Check if node and npm is properly installed on your machine. Firstly add the path (upto bin) of your node installation.

    >npm --version

    >node --version

    These commands should return some values. Node and npm are installed on your machine.

Comments

Popular posts from this blog

Writing your own ejabberd Module

npm ECONNREFUSED error

Conditional Flow - Spring Batch Part 6