Dependency issue with last version (0.4.7)
See original GitHub issueHi! 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:
- Created 5 years ago
- Comments:11
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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 ?