Open swapnilanar opened 5 years ago
Sounds like yo are missing the basic node-js modules. Take a look at your package.json, see if there is a reference to "ts-node" under "dependeicies" or "devDependencies". If there isn't you'll need to install them:
`npm i -D ts-node @types/ts-node`
I am new with AMQP, node and angular. I have installed it in my project but I have facing certain issues . Is there any prerequisite I am missing?