Skip to content

Why i get this error? #2

Description

@wmeneguim

In my ckeditor custom, i install using
npm install --save @ckeditor/ckeditor5-core

but, i get this error when i try to import in my angular project:

import { ResizableHeight } from '@pikulinpw/ckeditor5-resizableheight';

Could not find a declaration file for module '@pikulinpw/ckeditor5-resizableheight'. 'c:/Projetos/siscoe_angular/SisCOE/frontend/src/app/material/editortextr/ckeditor5-custom-build/node_modules/@pikulinpw/ckeditor5-resizableheight/src/ResizableHeight.js' implicitly has an 'any' type.
Try npm i --save-dev @types/pikulinpw__ckeditor5-resizableheight if it exists or add a new declaration (.d.ts) file containing declare module '@pikulinpw/ckeditor5-resizableheight';ts(7016)

and i already installed angular core 5, i dont know how to solve, please help-me!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions