Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Can't resolve 'crypto' #35

Open
swapnilanar opened this issue Mar 19, 2019 · 1 comment
Open

Error: Can't resolve 'crypto' #35

swapnilanar opened this issue Mar 19, 2019 · 1 comment

Comments

@swapnilanar
Copy link

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
Copy link

maze-le commented Jul 19, 2019

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`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants