Chainlink Programming

I am doing the chainlink course, but I have some problems while installing required node_modules. After npm install throws error and the node folder isn’t created.

I tried using yarn install, and after a 30 minutes of loading, the node_module folder is created, but it has like 1000 dependencies. I think this is still a problem. I have noticed that after unboxing the boilerplate any kind of npm installation slows down, and runs in error. Can’t find any solutions on internet…

1 Like

Hello Etele, Did you figure it out?

Hey @Etele_Toro, hope you are well.

Could you please share which NodeJS version do you have? (run the command node -v).

You can check here how to downgrade NodeJS to at least version 12.

Carlos Z