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..
npm install expresso in Cloud9 fails as follows:
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..