-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Node version? #3
Comments
@bradparks That's because you're trying to run a "non node code" with node. I'm not sure if you already figure it out but you can know more about this issue here: if you want to make the code run, you can use |
gotcha.... thanks for the info! Much appreciated! |
No problem! Glad to help. Just a thing I found today: https://github.com/alangpierce/sucrase Basically instead run Under the hood it has some configs. Looks promising and avoid this kind of erros! 😄 |
Hey... Thanks for cool looking lib!
I'm a noob in node, but have run other ink stuff fine.... but when I try and
npm install
thennode test.js
ornode examples/basic.js
, i get an error:I've tried nvm for node versions 7-11, but no luck.... I said noob, right??
;-)
Thanks!
The text was updated successfully, but these errors were encountered: