Hey. I'm on Linux. I have a package.json with retypeapp 3.10.0 in it. I tried updating to 4.6.0. We use gradle and the node plugin to run an NPX task. I tried manually on the command line as well.
Running npm install && npx retype will simpley give me this error after updating (npm i -s retypeapp@4.6.0):
$ npx retype
npm error could not determine executable to run
npm error A complete log of this run can be found in: /home/mduft/.npm/_logs/2026-06-10T08_18_03_687Z-debug-0.log
I verified that node_modules/retypeapp-linux-x64/bin/retype does exist, however the node_modules/.bin/ folder is completely empty.
I intentionally do not install globally but local to the according repository.
Any guidance would be much appreciated.
Hey. I'm on Linux. I have a package.json with retypeapp 3.10.0 in it. I tried updating to 4.6.0. We use gradle and the node plugin to run an NPX task. I tried manually on the command line as well.
Running
npm install && npx retypewill simpley give me this error after updating (npm i -s retypeapp@4.6.0):I verified that
node_modules/retypeapp-linux-x64/bin/retypedoes exist, however thenode_modules/.bin/folder is completely empty.I intentionally do not install globally but local to the according repository.
Any guidance would be much appreciated.