beekai-oss/react-smooth-range-input

Installation Create "empty file" in node_modules\react-simple-animate directory

Maxblake opened this issue · 6 comments

Thanks for making this great slider. Just small question. After completing the installation I found empty file (0 bytes) in node_modules\react-simple-animate. I can't even delete that file from disk. Any ideas how to to resolve this matter ?
rsa

thansk @Maxblake i will take a look at this

Screen Shot 2019-10-02 at 9 52 05 am

looks fine at our project, I think the issue is caused by react-simple-animate is a peer dependency, and your project probably is not using react simple animate I think it should be ok.

Yes, problem is with react-simple-animate. I did new installation. First i install react-simple-animated and after react-smooth-range-input. Same empty file was created in react-simple-animated. How I can avoid this?
Steps to reproduce:

  1. npx create-react-app my-app
  2. cd my-app
    3.yarn add react-simple-animate
  3. yarn add react-smooth-range-input

curious to know what issue this is causing?

Is not issue yet, and I i hope nothing bad will happen when I will move my project to shell. I don't like surprises. If there was already created 0 bytes file during installation, what else can happen ? A bit of not so serious for repository with 234 stars. I've already deleted that file using command line, so don't worry about it. However, in the future if you figure out why that file was created, will be great to know where was issue.

sure will keep you updated in here