Feature Request
And optionally, deprecate master dist-tag.
Package history
Package history at MyGet.
.npmrc
registry=https://botbuilder.myget.org/F/botframework-webchat/npm/
Rough draft
To use dev build,
- Create/modify
.npmrc locally and set registry
- Run
npm install botframework-webchat --save
- Remove your changes in step 1 to reduce impact on your `package-lock.
@corinagum please verify these steps with a few things.
- Look at
package-lcok.json to make sure we have minimal impact
- Remove
node_modules, keep package-lock.json, then do npm install again
- This mimic what the user would do on a fresh clone
- Make sure
npm install is grabbing the right version by drilling into node_modules folder seeing the package.json file inside
- Same as step 2, but instead of
npm install, run npm ci
- Wirte up guides to reverse it back to production version
- (I didn't try the following steps)
- Run
npm install botframework-webchat --save
- Make sure everything in
package-lock.json is pointing to npmjs.org, and not a single package is point to myget.org
- Make sure it grab the 4.4.1 (production, not dev build)
- Drill into
node_modules folder to see
- Don't forget to look at
botframework-webchat-core and other packages
- Find the string "myget.org" in
package-lock.json, make sure no package is affected if the user reverted, super important
Feature Request
And optionally, deprecate
masterdist-tag.Package history
Package history at MyGet.
.npmrcRough draft
To use dev build,
.npmrclocally and setregistrynpm install botframework-webchat --save@corinagum please verify these steps with a few things.
package-lcok.jsonto make sure we have minimal impactnode_modules, keeppackage-lock.json, then donpm installagainnpm installis grabbing the right version by drilling intonode_modulesfolder seeing thepackage.jsonfile insidenpm install, runnpm cinpm install botframework-webchat --savepackage-lock.jsonis pointing to npmjs.org, and not a single package is point to myget.orgnode_modulesfolder to seebotframework-webchat-coreand other packagespackage-lock.json, make sure no package is affected if the user reverted, super important