Skip to content

Unable to start with: npm run dev #224

Open
@ryanpcmcquen

Description

@ryanpcmcquen

The first error was easy to fix:

λ npm run dev

> microstudio@1.0.0 dev
> npm run compile && concurrently "npm:compile-and-watch" "npm:start"


> microstudio@1.0.0 compile
> coffee -c --no-header -b ../.

/Users/ryanmcquen/code/microstudio/server/webapp.coffee:47:101: error: unexpected ,
    @reserved = ["explore","documentation","projects","about","login","user","tutorials\\/examples",,"tutorials\\/community"]
                                                                                                    ^

But I'm not familiar enough with CoffeeScript for this one:

λ npm run dev

> microstudio@1.0.0 dev
> npm run compile && concurrently "npm:compile-and-watch" "npm:start"


> microstudio@1.0.0 compile
> coffee -c --no-header -b ../.

/Users/ryanmcquen/code/microstudio/static/js/languages/microscript/v2/processor.coffee:50:17: error: unexpected identifier
        a = [...arguments]
                ^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions