The kit contains: NodeJS Npm Visual Studio Code portable
For the Node/Npm part create environtment variables in windows as follows:
Node = "Path to node/npm folder"
Npm = "Path to node/npm folder"
Path = {your path};%Node%;%Npm%
Make shore to update npm to the last version:
npm install npm@latest -g