Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 3730  / 1 Year ago, mon, april 17, 2023, 5:34:46

I just installed coffe script with NPM (sudo npm install -g coffee-script)



When I type coffee into my terminal nothing happens. The command is found but does not show any reaction.



Does anyone know how to fix that or could have gone wrong?


More From » nodejs

 Answers
7

Apparently npm coffee script is broken. I've tried in my system using both, global and local installation and do not work. Luckily you can use coffeescript package from apt-get:



sudo apt-get install coffeescript


In my case installed version 1.4.0. Is a fair price for having something working:



coffee --version
CoffeeScript version 1.4.0

[#28593] Wednesday, April 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tocklftime

Total Points: 110
Total Questions: 109
Total Answers: 100

Location: Mayotte
Member since Mon, Sep 12, 2022
2 Years ago
tocklftime questions
Wed, Feb 1, 23, 21:50, 1 Year ago
Tue, Oct 4, 22, 21:42, 2 Years ago
Sun, Jul 25, 21, 10:43, 3 Years ago
;