Closed rogerfar closed 9 years ago
I am a bit lost here. My project is fully written in TS with WebAPI backend, so I have never touched NodeJS.
I did manage to get npm to work and did npm install asyncawait and I got a bunch of files.
But what am I supposed to do next? I see that await.js is almost empty, how can I build the source to a release point?
Or is this project nodeJS only?
Hi @rogier21,
Yes, it's node.js only. You can find more info about this in the readme.
I am a bit lost here. My project is fully written in TS with WebAPI backend, so I have never touched NodeJS.
I did manage to get npm to work and did npm install asyncawait and I got a bunch of files.
But what am I supposed to do next? I see that await.js is almost empty, how can I build the source to a release point?
Or is this project nodeJS only?