linux Install Node/NPM in the Linux Subsystem for Windows After installing the Linux subsystem for Windows, open bash and run the following commands. curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs After
typescript Add TypeScript Definition Files to the NPM Types Organization I accepted the task to publish the oidc-client-js type definition file to the @types organization on NPM. There are two bits to this task: Publish the type definitions to NPM. Update those type