• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Error installing Typescript Template

Status
Not open for further replies.
When I run "npm run test" I am getting big error that basically says that "error TS2304: Cannot find name 'LuaMultiReturn'." or "error TS2304: Cannot find name 'LuaIterable'." in node_modules/lua-types/special, node_modules/lua-types/core/coroutine, node_modules/lua-types/core/global.


help pls

I had to add the line
Code:
"lua-types/core/index",
to tsconfig.json manually in order to fix this issue.
 
Last edited:
Status
Not open for further replies.
Top