-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Command pnpm install pouchdb-react-native
When installing in a fresh project.
Error Error: ENOENT: no such file or directory, open '../pouchdb-binary-utils/package.json'
Due to looking for a file that not exists.
Reference to var PATH = './node_modules/pouchdb-binary-utils/package.json' in setup.js script
Solved creating a symbolic link (should be created by pnpm)
ln -s ../../pouchdb-binary-utils@6.4.3/node_modules/pouchdb-binary-utils pouchdb-binary-utils
Then executing the setup script by hand node setup.js
I don't know it this is an issue of this project of pnpm.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels