Posts

Showing posts from November 29, 2018

amcharts4 is not compiling with angular 6

Image
up vote 2 down vote favorite I'm having trouble with compiling my app when including amcharts4. I have simply installed the amcharts4 npm package and am trying to use it in a component i've created. Am i missing something with the CLI config? ERROR in node_modules/@amcharts/amcharts4/.internal/core/utils/Object.d.ts(60,117): error TS2536: Type 'Key' cannot be used to index type 'Object'. node_modules/@amcharts/amcharts4/.internal/core/utils/Object.d.ts(67,109): error TS2536: Type 'Key' cannot be used to index type 'Object'. node_modules/@amcharts/amcharts4/.internal/core/utils/Object.d.ts(76,116): error TS2536: Type 'Key' cannot be used to index type 'Object'. node_modules/@amcharts/amcharts4/.internal/core/utils/Type.d.ts(25,32): error TS2304: Cannot find name 'Extrac

How to set and determine the command-line editing mode of Bash?

Image
up vote 8 down vote favorite 2 How to set the vi or emacs command line editing mode the Bash AND how to determine which mode is currently set? bash emacs vi share | improve this question edited 1 hour ago bignose 225 2 8 asked 12 hours ago Blcknx 143 5 New contributor Blcknx is a new contributor to this site. Take care in asking for clarification, commenting, an