Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start with: npm run dev #224

Open
ryanpcmcquen opened this issue Jun 3, 2024 · 0 comments
Open

Unable to start with: npm run dev #224

ryanpcmcquen opened this issue Jun 3, 2024 · 0 comments

Comments

@ryanpcmcquen
Copy link
Contributor

The first error was easy to fix:

λ npm run dev

> [email protected] dev
> npm run compile && concurrently "npm:compile-and-watch" "npm:start"


> [email protected] 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

> [email protected] dev
> npm run compile && concurrently "npm:compile-and-watch" "npm:start"


> [email protected] compile
> coffee -c --no-header -b ../.

/Users/ryanmcquen/code/microstudio/static/js/languages/microscript/v2/processor.coffee:50:17: error: unexpected identifier
        a = [...arguments]
                ^^^^^^^^^
@ryanpcmcquen ryanpcmcquen changed the title Unable to start with npm run dev Unable to start with: npm run dev Jun 3, 2024
ryanpcmcquen added a commit to ryanpcmcquen/microstudio that referenced this issue Jun 3, 2024
Resolves this error:
```
λ npm run dev

> [email protected] dev
> npm run compile && concurrently "npm:compile-and-watch" "npm:start"


> [email protected] 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"]
                                                                                                    ^
```

Related to:
pmgl#224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant