I got any error with the Fuse CLI

Hi, I got the last version 1.0.2

The CLI not work anymore. I try build o only type “Fuse” and always get this:

fuse install android

Fuse JavaScript or HTML files.

Usage: C:\Program Files\nodejs\node.exe C:\Users\Alejandro Sanchez\AppData\Roaming\npm\node_modules\fuse\bin\fuse.js -i [input-file.(js|html)] -o [output-file.(js|html)] (-w) (-c) (-m) (-l)

Options:
  -i  Input file                                              [required]
  -o  Output file                                             [required]
  -w  Watch the input file for changes.
  -c  Compress the output using UglifyJS2 (JavaScript only).
  -m  Mangle the output using UglifyJS2. (JavaScript only)
  -l  Lint the JavaScript using JSHint (JavaScript only)

Missing required arguments: i, o

Before update this worked very well.

Hi, looks like you have a path collision here. The fuse you are calling here seems to be https://www.npmjs.com/package/fuse. If you are on macOS run which fuse, on Windows run where fuse, to find out which fuse you are running.

Hi !! I uninstall Fuse and deleted the folder Fuse in AppData (I use Windows). That works, thanks!! :slight_smile: