Giter VIP home page Giter VIP logo

Comments (4)

aziz avatar aziz commented on July 29, 2024

It's written in Node.js so you need to install node.js first.
Then go to the project folder and do this:
npm install -g coffee-script
npm install
coffee app.coffee
Then go to localhost:9999

from tmtheme-editor.

simbeto avatar simbeto commented on July 29, 2024

i already have node & coffeescript installed and just to note i access my wamp server directly by http://localhost, not using any port no.

when running
npm install coffee app.coffee

i am getting this error

'app.coffee' is not in the npm registry. You should bug the author to publish it

Also the command u wrote to install coffee-script is missing the '-' between coffee and script,
should be
npm install -g coffee-script

from tmtheme-editor.

aziz avatar aziz commented on July 29, 2024

Oh! sorry for the typo.
You need to run just coffee app.coffee not npm install coffee app.coffee
the app will run on port 9999 so you need to provide the port in the browser. It has nothing to do with your WAMP. it does not need apache since it runs its own webserver using node.js on port 9999.

I'm wondering why you need to run it locally since you can alway use it on : http://tmtheme-editor.herokuapp.com

from tmtheme-editor.

simbeto avatar simbeto commented on July 29, 2024

i am through with coffeescript but not with nodejs. thanks for the info of its execution process.
well i am experimenting with sublime themes and having some internet connection problem so want to run it locally.

And.... on running coffee app.coffee i am still getting error

Error: Cannot find module 'express'

though i have already installed express using npm install -g express

from tmtheme-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.