yocontra / node-linq

LINQ for node
http://wearefractal.com/
MIT License
77 stars 7 forks source link

Installing node-linq throws error #11

Closed KamalVora closed 6 years ago

KamalVora commented 6 years ago

I am unable to install node-linq used in our source code. It was installing properly until now. Because of this error we are not able to deploy code to production as installations on production are failing. Error is due to coffee-script which node-linq is using internally. I have attached the screenshot of error. Please Help.

node-linqinstallfail

rovase commented 6 years ago

Facing the same issue. Looks like an issue with coffee script. https://github.com/jashkenas/coffeescript/issues/4805

yocontra commented 6 years ago

Downstream coffee-script issue - you can edit your package-lock to change the coffee-script version to the one in that issue to fix it temporarily. Sorry for the inconvenience, but not really much I can do - they published a broken package as a patch release so everyone is facing it atm.

https://github.com/jashkenas/coffeescript/issues/4805

Should be fixed soon, looks like they have a fire under their ass on that ticket ^

After they publish a fix just npm update to grab it.

KamalVora commented 6 years ago

I have created a pull request to specific version of coffee-script.