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
After attempting to update inversify-express-example with most recent inversify-dts and inversify-express-utils, running ts-node BasicExample/bootstrap produced the error
Context
Your Environment
Version used: inversify-express-utils: 1.0.0-beta.2; inversify-dts 1.0.7
Stack trace
node_modules\inversify-dts\inversify-express-utils\inversify-express-utils.d.ts (6,1): File 'C:/Users/Cody/projects/inversify-express-example/node_modules/inversify-dts/typings/index.d.ts' not found. (6053)
The text was updated successfully, but these errors were encountered:
Expected Behavior
Transpiling code which depends on inversify-express-utils.d.ts should work
Current Behavior
Transpilation fails due to error in .d.ts
Possible Solution
Remove unnecessary
/// <reference />
tag here:https://github.com/inversify/inversify-dts/blob/master/inversify-express-utils/inversify-express-utils.d.ts#L6
Steps to Reproduce (for bugs)
After attempting to update inversify-express-example with most recent inversify-dts and inversify-express-utils, running ts-node BasicExample/bootstrap produced the error
Context
Your Environment
Stack trace
The text was updated successfully, but these errors were encountered: