abreits / amqp-ts

AmqpSimple, a RabbitMQ tested Amqp library written in and for Typescript
MIT License
131 stars 42 forks source link

Error: Can't resolve 'crypto' #35

Open swapnilanar opened 5 years ago

swapnilanar commented 5 years ago

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?

amqp-ts

maze-le commented 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`