iota-wiki icon indicating copy to clipboard operation
iota-wiki copied to clipboard

FirstStep tutorial "Send IOTA Tokens with Javascript" does not work reliable in Windows' environments

Open cbries opened this issue 3 years ago • 0 comments

Describe the bug By following the tutorials steps, several issues raise. All can be fixed, but the tutorial is not really a good first impression of the code/product quality to any external developer.

To Reproduce Steps to reproduce the behavior:

  1. use Windows environment with installed VisualStudio 2022
  2. open "Developer Command Prompt for VS 2022"
  3. Start the tutorial...

Expected behavior A working example.

Screenshots Missing "dotenv" package which is required in the JS-code. image

After manuall install of the required package by calling npm install dotenv the constructor for ClientBuilder can not be resolved. image

In addition, similar issues in gitbash: image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: not relevant
  • +VisualStudio 2022 Professional
  • +TypeScript package globally installed because of PullRequest #716

cbries avatar Aug 30 '22 06:08 cbries