wujian
Results
2
issues of
wujian
When I run tsc, the compiler tells: > xxx/AppData/Roaming/npm/node_modules/typescript/lib/lib.es2015.iterable.d.ts:41:6 - error TS2300: Duplicate identifier 'IteratorResult'. > > 41 type IteratorResult = IteratorYieldResult | IteratorReturnResult; > ~~~~~~~~~~~~~~ > > node_modules/@types/node/index.d.ts:165:11 >...
When I created a project via "fastapi_template --add-users", it seems not as expected. There is no fastapi_users in pip list, and no db.models.users as well which is imported in web.api.users.views....