Incorporating AriesJS https://aries.js.org/, https://github.com/hyperledger/aries-framework-javascript tutorial documentation into one project to test functionality.
- Install GitBash https://git-scm.com/downloads
- Install Python3 64 bit https://www.python.org/downloads/windows/
- Install NVMSH Node 18.18 https://github.com/nvm-sh/nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
- Install typscript node package globally
npm install -g ts-node
- (optional) Set bash command
npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
To run in command line
on Windows ensure `git bash`` is setup by running this command:
npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
npm install
npm run start
- When using node 16 on WSL2 (Windows Subsystem for Linux) for windows 11 it is able to run
- When using node 18 on WSL2 (Windows Subsystem for Linux) for windows 11 it is able to run
- When using node 18 on Windows directly
- When using node 16 on Windows directly