kohler / gifsicle

Create, manipulate, and optimize GIF images and animations
http://www.lcdf.org/gifsicle/
GNU General Public License v2.0
3.79k stars 241 forks source link

Missing index.html if running gifsicle-wasm? #173

Closed PowerNow closed 3 years ago

PowerNow commented 3 years ago

Hi, I try to run gifsicle-wasm/gifsicle-react but I get an error:

My commands:

  1. cd gifsicle-wasm/gifsicle-react
  2. npm install -> installs the local packages in node_modules
  3. npm start

Error:

Could not find a required file.
Name: index.html
Searched in: D:\gifsicle-wasm\gifsicle-react\public
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gifsicle-react@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1

But there is no public folder or index.html file. What I'm doing wrong here? Thanks...

kohler commented 3 years ago

This is a bug in the NPM package gifsicle-wasm and should be reported there.

PowerNow commented 3 years ago

Thxs! I thought to post it here because there are no issues and under descripten is the sentence: If you have trouble building or running Gifsicle, try GitHub issues: https://github.com/kohler/gifsicle I related this also to build wasm.