NPM packages that should be present globally : typescript, webpack, webpack-dev-server. If any of the packages is not globally installed, use below commands to install.
npm install -g typescript
npm install -g webpack
npm install -g webpack-dev-server