question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependency issue with last version (0.4.7)

See original GitHub issue

Hi! I tried to upgrade the lib version to the last one, but I got the follow error:

typescript: node_modules/angular2-virtual-scroll/dist/virtual-scroll.d.ts, line: 80
     Namespace ''*'' has no exported member 'Tween'.

      L79:  protected previousViewPort: IViewport;
      L80:  protected currentTween: tween.Tween;
      L81:  protected cachedItemsLength: number;

The tweenjs was installed successfully. Any advice to solve the issue?

Thank you.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
prashantagrawal17commented, Jan 4, 2019

I tried the workaround and updated tsconfig.json with below code line “typeRoots”: [“node_modules/@types”],

After this, compilation error got resolved.

Project Configuration details are as below,

Angular: 5.2.11 Ionic: ionic (Ionic CLI) : 4.6.0 Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.0

Cordova: cordova (Cordova CLI) : not installed Cordova Platforms : android 7.1.4, ios 4.5.5 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 12 other plugins)

System: Android SDK Tools : 26.1.1 (D:\Softwares\adt-bundle-windows-x86_64-20140702\sdk) NodeJS : v8.1.4 (C:\Program Files\nodejs\node.exe) npm : 6.5.0 OS : Windows 7

0reactions
speigecommented, Apr 6, 2019

I’ve re-arranged the publish format to prepare for ivy support. In the process I believe I may have fixed the tween issue. Can you re-test with the latest version on npm 2.0.4 ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - dependency Issue, what is this error telling exactely
so I updated my react and react router-dom to the latest version, however now it is creating a lot of issues.
Read more >
trillion-viewer - Issues - Socket.dev
Version : 0.4.7 was published by serjtrillion. Start using Socket to analyze trillion-viewer and its 6 dependencies to secure your app from supply...
Read more >
3. Managing Packages - 1. Introduction · Pkg.jl
This message means that a package named D has a version conflict. Even if you have never add ed D directly, this kind...
Read more >
Understanding package version restrictions in Julia
In order to resolve such problems systematically is best to submit a PR to the packages that have outdated dependencies. This is exactly...
Read more >
msrestazure - PyPI
25 (new dependency). This is used by code generated with Autorest.Python 3.0, and is not used by code generated by previous Autorest version....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found