Popmotion / popmotion

Simple animation libraries for delightful user interfaces
https://popmotion.io
19.98k stars 662 forks source link

Popmotion dependency: Cannot resolve dependency 'tslib' #912

Open dsh410 opened 3 years ago

dsh410 commented 3 years ago

Screen Shot 2021-07-07 at 12 14 10 PM

Describe the bug

A clear and concise description of what the bug is.

the dependency 'tslib' will not resolve

How to reproduce

Steps to reproduce the behavior: in terminal open directory to project and type parcel index.html

Expected behaviour

compile all js files to one file

Device information

In which environment are you reproducing the bug?

mac book air 13'in 2015

Additional context

Add any other context about the problem here.

R4t4x3s commented 3 years ago

This should work if you try to use version 8.1.24. I had exactly the same issue

ghost commented 3 years ago

for the people who have the same problem, the code to install the 8.1.24 version of Popmotion is: "npm i popmotion@8.1.24"

worxto commented 2 years ago

for the people who have the same problem, the code to install the 8.1.24 version of Popmotion is: "npm i popmotion@8.1.24"

Thank you! But this is not a solution unfortunately for those who need the latest version features :-(