Closed TheBeachMaster closed 3 years ago
Hey @TheBeachMaster - sorry you ran into this.
Is there a stack trace associated with the error?
Hello @AlecAivazis unfortunately there's none
Hm, okay that makes this kind of tricky to debug. Does it happen as part of the init
command?
Have you by chance joined the svelte discord? If so, mind reaching out there? My username on that server is @AlecAivazis. I'd like to figure out what's going and will probably need some screenshots for added info. Also, we'll probably need to tweak some things in the command-line tool you pulled from npm which could get tricky to walk through over github issues
Yes I am on Discord - same Username- , the error comes up when running any Houdini command
# [REDACTED] @ [REDACTED]-MacBook-Pro in ~/[REDACTED]/frontend on git:master x [22:11:47]
$ DEBUG=* npx houdini init
Unexpected token *
# [REDACTED] @ [REDACTED]-MacBook-Pro in ~/[REDACTED]/frontend on git:master x [22:11:49] C:1
$ npx houdini generate
Unexpected token *
# [REDACTED] @ [REDACTED]-MacBook-Pro in ~/[REDACTED]/frontend on git:master x [22:14:20] C:1
$ npx houdini
Unexpected token *
# [REDACTED] @ [REDACTED]-MacBook-Pro in ~/[REDACTED]/frontend on git:master x [22:14:30] C:1
Maybe additional info , this is node 14.1
Resolved by setting Node Version to 15.8.0
as advised
Getting started with Houdini on Sapper throws the following error
Unexpected token *
Steps:
In an existing sapper project
yarn add -D houdini houdini-preprocess
npx houdini init
Result:
Unexpected token *
System Info