microsoft / botbuilder-tools

Welcome to the Bot Framework Tools repository, which is the home for a set of tools for developers building bots with the Microsoft Bot Framework
https://github.com/Microsoft/botframework
MIT License
444 stars 262 forks source link

Fix broken build Botbuilder-tools-js-CI-PR #1551

Closed BruceHaley closed 2 years ago

BruceHaley commented 2 years ago

Fixes #minor

Description

Botbuilder-tools-js-CI-PR is failing.

Task npm run build fails with: npm ERR! 404 Not Found - GET https://registry.npmjs.org/enum-files/-/enum-files-1.1.0.tgz enum-files is no longer available on npmjs.com, but is available here: https://github.com/hirowaki/enum-files

Proposed Changes

This switches to installing enum-files from GitHub instead of npmrc.com.