Hi all, In Visual Studio 2015 after I do a clean install of Umbraco 7.9.0 and then install Bootstrap 4.0.0 I am getting this error when ever I try to build the solution:
"Build:Cannot find name 'Record'."
The file is "index.d.ts" and error is on line 68
[name: string]: (BaseModifier & Record
Please can someone advise how to remove this error or what versions are recommended? It appears that the "Record" variable is not defined in the index.d.ts file which is needed by the Popper function.
Build:Cannot find name 'Record'. File: index.d.ts
Hi all, In Visual Studio 2015 after I do a clean install of Umbraco 7.9.0 and then install Bootstrap 4.0.0 I am getting this error when ever I try to build the solution:
"Build:Cannot find name 'Record'." The file is "index.d.ts" and error is on line 68 [name: string]: (BaseModifier & Record
Please can someone advise how to remove this error or what versions are recommended? It appears that the "Record" variable is not defined in the index.d.ts file which is needed by the Popper function.
Thanks in advance. Jonny
Hi Jonny
Try to set my visual studio project to use the latest version of Typescript as per the link here: https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017
Hope it helps!
Alex
Yes that fixed it. Thanks Alex
You are welcome Jonny, glad that the topic is solved.
/Alex
is working on a reply...