You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give a clear and concise description of what the bug is.
The @types/lru-cache is missing in botframework-expressions as dependency in the package.json.
To Reproduce
Steps to reproduce the behavior:
Add botbuilder-lg dependency version 4.7.0-preview (latest in npmjs) in the package.json
Install the dependencies with npm install
Compilate the solution with npm run build
See the that @types/lru-cache dependency is missing in botframework-expressions
Expected behavior
Give a clear and concise description of what you expected to happen.
The compilation of the solution using botbuilder-lg@4.7.0-preview should be successful.
This should be fixed if @types/lru-cache is added in dependencies instead of devDependencies from the package.json of botframework-expressions library
Screenshots
If applicable, add screenshots to help explain your problem. Error of a missing @types/lru-cache dependency
@types/lru-cache is used as devDependencies in botframework-expressions library
Additional context
Add any other context about the problem here.
-
[bug]
The text was updated successfully, but these errors were encountered:
Versions
What package version of the SDK are you using.
What nodejs version are you using
10.8.0
What browser version are you using
-
What os are you using
Windows 10
Describe the bug
Give a clear and concise description of what the bug is.
The
@types/lru-cache
is missing inbotframework-expressions
asdependency
in thepackage.json
.To Reproduce
Steps to reproduce the behavior:
botbuilder-lg
dependency version 4.7.0-preview (latest in npmjs) in thepackage.json
npm install
npm run build
@types/lru-cache
dependency is missing inbotframework-expressions
Expected behavior
Give a clear and concise description of what you expected to happen.
The compilation of the solution using
botbuilder-lg@4.7.0-preview
should be successful.This should be fixed if
@types/lru-cache
is added independencies
instead ofdevDependencies
from the package.json ofbotframework-expressions
libraryScreenshots
If applicable, add screenshots to help explain your problem.
Error of a missing @types/lru-cache dependency
@types/lru-cache is used as devDependencies in botframework-expressions library
Additional context
Add any other context about the problem here.
-
[bug]
The text was updated successfully, but these errors were encountered: