Skip to content

An accessor cannot be declared in an ambient context #217

@webstermobile

Description

@webstermobile

can't run it

ERROR in ../node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts:25:17 - error TS1086: An accessor cannot be declared in an ambient context.

25     private get options();
                   ~~~~~~~
../node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts:26:17 - error TS1086: An accessor cannot be declared in an ambient context.

26     private get optionsWithoutEvents();
                   ~~~~~~~~~~~~~~~~~~~~
../node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts:28:17 - error TS1086: An accessor cannot be declared in an ambient context.

28     private get isCloning();
                   ~~~~~~~~~
../node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts:30:17 - error TS1086: An accessor cannot be declared in an ambient context.

30     private get overridenOptions();

Activity

kiranruth

kiranruth commented on Feb 1, 2021

@kiranruth

I'm getting the same error. Any solution?

rezilo

rezilo commented on Mar 26, 2021

@rezilo

I'm getting the same error. Any solution?

I solved the problem by adding "skipLibCheck": true to tsconfig.json

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kiranruth@webstermobile@rezilo

        Issue actions

          An accessor cannot be declared in an ambient context · Issue #217 · SortableJS/ngx-sortablejs