Jobeso / react-native-whatsapp-stickers

Integrate sticker packs for WhatsApp with your react-native app
Other
81 stars 30 forks source link

Self destructing example! #91

Open anthonycmain opened 9 months ago

anthonycmain commented 9 months ago

Environment

node v16.15.0

Describtion

example folder deletes itself during npm install

Reproducible Demo

I have cloned the demo and if I type 'npm install' within the example folder, it starts to process the packages then when it finishes the whole example folder is empty!

> example@0.0.1 postinstall
> rm -rf node_modules/react-native-whatsapp-stickers/example

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/anthonymain/Repos/react-native-whatsapp-stickers/example/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/anthonymain/Repos/react-native-whatsapp-stickers/example/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent