-
Notifications
You must be signed in to change notification settings - Fork 47
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
Error when trying to run Hello World sample app #473
Comments
Hi @mvieiradcu |
Hi @neilcampbell , It ran
|
@mvieiradcu you have an outdated version of npm (6.x.x is around 3 years old). Try updating it with: npm install -g npm@latest and then retry I was able to replicate the exact bug and bumping npm fixed the issue. Will add explicit min npm version to readme to make it clearer. If you hit any further issues related to this bug feel free to reopen the issue otherwise submit a new one 👍 |
@aorumbayev we should potentially have a node-version file and/or engine in package.json if we have a min version we need? |
@robdmoore agree, i think setting the engine might be a better option (will do so on template side as well) |
to be addressed in the following prs #474 |
Subject of the issue
Error when running Hello World Sample App With Front-End
I am trying to run the sample app Hello World using the command
almost init
. After executing the smart contract, build and deploy. When running the Front-End application, I am getting the error.I was trying to follow this video - https://www.youtube.com/watch?v=4-Xy6svMH04&t=609s
Your environment
algokit goal node status Last committed block: 3 Time since last block: 2297.6s Sync Time: 0.0s Last consensus protocol: future Next consensus protocol: future Round for next consensus protocol: 4 Next consensus protocol supported: true Last Catchpoint: Genesis ID: dockernet-v1 Genesis hash: YzNbyoDyOjncaJ0uZ6zFAdd8U9SJGe/xZqBgo+0E0Wc=
Steps to reproduce
npm run dev
command.Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: