anychart 8.2.0 causes "Namespace has no exported member 'DataGridButton'" error in Angular4 npm start build

aspergillusOryzae

My Angular 4 project was using anychart 8.1.0, and upon building a clean install, anychart 8.2.0 got grabbed. When I ran npm start I got the following error:

ERROR in ./node_modules/anychart/dist/index.d.ts: Namespace 'anychart.core.ui' has no exported member 'DataGridButton'.

webpack: Failed to compile.

Are there additional steps I need to do to get 8.2.0 to work? Or should I require 8.1.0 in my package.json file? Thanks!

AnyChart Support

This issue is already known. Unfortunately, the current version of index.d.ts file 8.2.0 requires some fixes to compile the project without errors and warnings. By the end of this week, we are going to release 8.2.1 version of index.d.ts which will include many bugfixes. I will notify you when the fix becomes available. Until that we recommend to use 8.1.0 version.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error on npm start using Angular 2 RC version

From Dev

Angular4 Prod Build Error - BROWSER_SANITIZATION_PROVIDERS

From Dev

Node.js express NPM start error, Exit Status 8

From Dev

npm start is not working for Angular 2 QuickStart

From Dev

Work Around or Fix for NPM lite-server on Linux error when running Angular 2 Quick Start

From Dev

Error occured when executing command: lite-server while npm start command for Angular2

From Dev

npm start giving error

From Dev

Error with 'npm start'

From Dev

Can't start npm on Windows 8 (Error: ENOENT, stat 'C:\Users\User\AppData\Roaming\npm')

From Dev

Angular 2 catch on observable causes an error:

From Dev

Overloaded Declaration Causes Build Error

From Dev

angularjs npm start shows error

From Dev

npm start error angularjs(frontend)

From Dev

i am not able to run angular2 application with npm start however if i use npm run lite then the application is popping appropriately whats the error

From Dev

ng build --prod fails after upgrade from Angular2 to Angular4

From Dev

Angular 2 and npm start: How to change polling interval?

From Dev

How to launch Angular 2 Application locally as npm start doesnot working

From Dev

Angular2 QuickStart npm start is not working on it's next day

From Dev

typeormconfig in root causes incompatiblity with npm run start:prod script

From Dev

Use NPM to create a production build of an Angular2 project

From Dev

fsevents (pulled in by chokidar) in npm shrinkwrap causes build to fail on Windows

From Dev

2 fullcalender instances in Angular component causes jquery not found error

From Dev

npm start failing: Error: start: `react-scripts start`

From Dev

RatpackServer.start in connection with ratpack-pac4j causes non-static context error

From Dev

'npm i' error on Windows 8

From Dev

Inserting String as datetime2(0) into SQL Server 2012 using JDBC causes error

From Java

npm start error with create-react-app

From Java

Angular 8 ng-build throwing MIME error with cordova

From Dev

When using Auth0 I am unable to use Angular2 sample after migarting it to Angular4

Related Related

  1. 1

    Error on npm start using Angular 2 RC version

  2. 2

    Angular4 Prod Build Error - BROWSER_SANITIZATION_PROVIDERS

  3. 3

    Node.js express NPM start error, Exit Status 8

  4. 4

    npm start is not working for Angular 2 QuickStart

  5. 5

    Work Around or Fix for NPM lite-server on Linux error when running Angular 2 Quick Start

  6. 6

    Error occured when executing command: lite-server while npm start command for Angular2

  7. 7

    npm start giving error

  8. 8

    Error with 'npm start'

  9. 9

    Can't start npm on Windows 8 (Error: ENOENT, stat 'C:\Users\User\AppData\Roaming\npm')

  10. 10

    Angular 2 catch on observable causes an error:

  11. 11

    Overloaded Declaration Causes Build Error

  12. 12

    angularjs npm start shows error

  13. 13

    npm start error angularjs(frontend)

  14. 14

    i am not able to run angular2 application with npm start however if i use npm run lite then the application is popping appropriately whats the error

  15. 15

    ng build --prod fails after upgrade from Angular2 to Angular4

  16. 16

    Angular 2 and npm start: How to change polling interval?

  17. 17

    How to launch Angular 2 Application locally as npm start doesnot working

  18. 18

    Angular2 QuickStart npm start is not working on it's next day

  19. 19

    typeormconfig in root causes incompatiblity with npm run start:prod script

  20. 20

    Use NPM to create a production build of an Angular2 project

  21. 21

    fsevents (pulled in by chokidar) in npm shrinkwrap causes build to fail on Windows

  22. 22

    2 fullcalender instances in Angular component causes jquery not found error

  23. 23

    npm start failing: Error: start: `react-scripts start`

  24. 24

    RatpackServer.start in connection with ratpack-pac4j causes non-static context error

  25. 25

    'npm i' error on Windows 8

  26. 26

    Inserting String as datetime2(0) into SQL Server 2012 using JDBC causes error

  27. 27

    npm start error with create-react-app

  28. 28

    Angular 8 ng-build throwing MIME error with cordova

  29. 29

    When using Auth0 I am unable to use Angular2 sample after migarting it to Angular4

HotTag

Archive