• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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