benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.8k stars 2.73k forks source link

In branch v4, cannot gulp output public/res-min/main.js #1720

Open hewenhan opened 3 years ago

hewenhan commented 3 years ago

RTRT

I forked this work, and checkout the branch v4.

After run gulp command, the "public/res-min/main.js" is dispeared. The new file diden't build by Gulp

hewenhan commented 3 years ago

nodejs v6.17.1 npm v3.10.10 gulp: CLI version: 2.3.0 Local version: 3.9.1

During the process, no error was encountered.

Need help.

hewenhan commented 3 years ago

I tried node v0.12.18 v4.9.1, same problem. the package in bower.json name "google-diff-match-patch-js",1.0.0 is broken,I replace by "google-diff-match-patch-js": "https://github.com/JackuB/diff-match-patch.git#1.0.0";

At the same time I try to use yarn install. the "public/res-min/main.js" still can't build. And no error thow.

hewenhan commented 3 years ago

BTW, My system is ubuntu 20.10