Can't find several Action js files

Newbie here. I installed npm for windows, typescript, then downloaded a template module on my computer, and I’m using VsCode to play around with it while I get the hang of things.
Right now I’m at the Actions section of the 101 tutorials, and I’ve found my template didn’t come with several js source files like the ExecuteCodeAction and SetValueAction actions.
Is there a way to download them somehow?

Welcome!

Playing around with a new framework is always fun (especially if it’s Babylon).

Just so we know what exactly you are talking about, what template did you use?

When installing Babylon using npm you should have everything you need, including all of those missing classes, but you might need to import them to your project.