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
npm install and npm run serve => compiles and launches OK
Get the latest thrift-typescript: edit package.json to have "@creditkarma/thrift-typescript": "^3.7.6" (everything still works)
Then:
Upgrade the thrift dependency: edit package.json to have "thrift": "0.13.0"
npm install and npm run serve
Expected: Still works
Observed:
This dependency was not found:
* thrift in ./codegen/Message.ts, ./codegen/ChatService.ts and 5 others
To install it, you can run: npm install --save thrift
The text was updated successfully, but these errors were encountered:
To reproduce this issue:
npm install
andnpm run serve
=> compiles and launches OKthrift-typescript
: edit package.json to have"@creditkarma/thrift-typescript": "^3.7.6"
(everything still works)Then:
thrift
dependency: edit package.json to have"thrift": "0.13.0"
npm install
andnpm run serve
Expected: Still works
Observed:
The text was updated successfully, but these errors were encountered: