visionmedia/expresso

Problem installing via npm on Cloud9 IDE

davethehat opened this issue · 3 comments

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

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

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

tj commented

aight :D