Skip to content

Self destructing example! #91

@anthonycmain

Description

@anthonycmain

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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions