Getting Users/user/Data: No such file or directory

Hello! I found the Manifest and it looks great to me, I would like to try it. I had two problems during installation: First, it stuck on ⠴ Build the database... stage. I have found here on discord a discussion about this problem, and as it was suggested there I have tried to clone frontend-examples repo. Then I have faced next problem, when I am running yarn manifest I am getting next output:
yarn run v1.22.22
$ node ./node_modules/manifest/scripts/watch/watch.js
/bin/sh: /Users/<my_macos_username>/Data: No such file or directory
nodemon process exited with code 127
Done in 0.32s.
yarn run v1.22.22
$ node ./node_modules/manifest/scripts/watch/watch.js
/bin/sh: /Users/<my_macos_username>/Data: No such file or directory
nodemon process exited with code 127
Done in 0.32s.
I have searched and did not have found any discussion about similar problem, so I am sharing it here, maybe I am missing something during setup process or smth else?
4 Replies
rajan-kz
rajan-kz2mo ago
Hi @under.forest , have you figured it out. It can be because of wrong path.
under.forest
under.forestOP2mo ago
Hello, no, I did not. Which path should I pay attention to, exactly?
brunobuddy
brunobuddy2mo ago
@under.forest are you sure the node modules are properly installed ? Can you check if you have a node_modules/manifest folder ?
under.forest
under.forestOP2mo ago
Hello, sure they are, I also tried to do it with yarn, pnpm and npm separately. Actually, the file ./node_modules/manifest/scripts/watch/watch.js exists, the path that fails to access is /Users/<my_macos_username>/Data The main question, why it is even trying to access it

Did you find this page helpful?