visionmedia / expresso

use mocha
http://visionmedia.github.com/expresso
759 stars 89 forks source link

Problem installing via npm on Cloud9 IDE #100

Closed davethehat closed 13 years ago

davethehat commented 13 years ago

npm install expresso in Cloud9 fails as follows:

mksh: Warning: newline is not last character in file Makefile Current working directory /mnt/ws/users/wscherphof_1/28099/ node_modules/expresso make: Fatal error in reader: Makefile, line 2: Badly formed macro assignment <<<

The line in question uses the gnu make deferred assignment symbol ?=, which I guess isn't supported in the version of make in the Cloud9 hosted env..

tj commented 13 years ago

I see.. well I dont really want to start changing my code just for Cloud9 :S

davethehat commented 13 years ago

Not really expecting it :-) I'll chase it up with the Cloud9 folks.. Best, D

tj commented 13 years ago

aight :D