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
ts.Debug.assert(typeof` typeReferenceDirectiveName === "string", "Non-string value passed to `ts.resolveTypeReferenceDirective`, likely by a wrapping package working with an outdated `resolveTypeReferenceDirectives` signature. This is probably not a problem in TS itself.");
To Reproduce
cd examples/basic-crud-application/server
npm install
npm start
Expected behavior
Server for the Basic CRUD Socket.IO example should be running without DEBUG Errors.
Quick Fix resolveTypeReferenceDirectives is outdated. Removing ^ in server's package.json prevents npm install to fetch latest typescript version and thus works fine running the server side code. #4408
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Socket.IO server version:
4.5.1
Server
Expected behavior
Server for the Basic CRUD Socket.IO example should be running without DEBUG Errors.
Quick Fix
resolveTypeReferenceDirectives
is outdated. Removing^
in server'spackage.json
preventsnpm install
to fetch latest typescript version and thus works fine running the server side code. #4408The text was updated successfully, but these errors were encountered: