sb-admin-angular icon indicating copy to clipboard operation
sb-admin-angular copied to clipboard

this is a strange error

Open ghost opened this issue 7 years ago • 1 comments

Fatal error: Path must be a string. Received { url: 'https://raw.github.com/imagemin/gifsicle-bin/v0.1.7/vendor/linux/x64/gifsicle', name: 'gifsicle', os: 'linux', arch: 'x64' }

ghost avatar Apr 02 '17 07:04 ghost

facing same issue,

first at npm install it gives

TypeError: Path must be a string. Received { url: 'https://raw.github.com/imagem
in/optipng-bin/v0.3.11/vendor/win/optipng.exe',
  name: 'optipng.exe',
  os: 'win32' }

and at npm start:

Fatal error: Path must be a string. Received { url: 'https://raw.github.com/
imagemin/gifsicle-bin/v0.1.7/vendor/win/x86/gifsicle.exe',
name: 'gifsicle.exe',
os: 'win32',
arch: 'x64' }

naeemshaikh27 avatar Apr 12 '17 05:04 naeemshaikh27