Open
Description
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
Labels
No labels