tomalaforge/angular-challenges

Help to start challenges

rafaelwebrota opened this issue · 3 comments

I follow the steps in site, but i cant start up a single challenge.
I run npm ci
i installed nx with global scope
i tried run npx nx serve angular-permissions --verbose

and i got this error:

image

I'm using nvm....and tried with ?
v16.12.0
v18.19.0

can anyone help me ?

It's hard to say
You need to be node 18.x or 20.x. But if you followed all the steps, I don't know what to say.
What version of npm do you have ?
Are you on the latest version of the repository ?
Try to remove node-module, rm -rf node-modules, update your node version to 20.x and run npm ci again.
And we will go from here.

image

the first print is using 18.x.
The last is using v20.12.1.
And i checked if is the latest version of the repository.
The error in print was when i tried npm ci

Its worked.
i read the log message....i'm newbie.
After rum npm install, and npm ci....
i could start the project.
Thanks for the help.

image