1 decade ago by alexshendi
Hello folks,
I have a question using impact with node.js. The reason I'm trying to use node.js instead of PHP is that I don't know PHP, but am learning node.js anyway :)
So I have here:
- OpenBSD 5.1-beta
- node.js 0.6.14
- npm 1.1.12
Well I did
So I have two questions:
- How do I install the correct version of the module?
- What do I do afterwards to make impact and node.js play together?
This is not really clear to me.
So happy Easter everybody and thanks in advance for your help.
Best Regards,
/Alexander
I have a question using impact with node.js. The reason I'm trying to use node.js instead of PHP is that I don't know PHP, but am learning node.js anyway :)
So I have here:
- OpenBSD 5.1-beta
- node.js 0.6.14
- npm 1.1.12
Well I did
npm install impact
. This installed version 0.0.3 of the module. The current version is 0.1.1. I then did a npm install impact@0.1.1
. npm then complained that I had node.js 0.6.14 and npm 1.1.12 whereas it wanted node.js 0.4 and npm 1.0.So I have two questions:
- How do I install the correct version of the module?
- What do I do afterwards to make impact and node.js play together?
This is not really clear to me.
So happy Easter everybody and thanks in advance for your help.
Best Regards,
/Alexander