Mashood Chishti
Mashood Chishti

Reputation: 23

Having an Npx issue while executing npx firestore-algolia-search

I want to sync my old firestore data of a collection to algolia. I have followed the documentation provided and face issues with npx. If anyone could help me would mean a lot. Here's the output I get if I use a PowerShell terminal

/bin/bash: C:/Program Files/nodejs/npx: No such file or directory

I receive this error when using bash in wsl even when providing the full path to npx and the script file.

Any help would mean a lot

I have tried and tested all the solutions I could find on the internet from using git bash to execute the script to using wsl to execute the bash script without any luck

Upvotes: 2

Views: 246

Answers (1)

Lior Pollak
Lior Pollak

Reputation: 3450

Use npx [email protected]. Something is broken in 0.5.15.

EDIT: I created a github ticket for this issue.

Upvotes: 5

Related Questions