michaelliao / itranswarp.js

Deprecated. See https://github.com/michaelliao/itranswarp
Apache License 2.0
1.41k stars 703 forks source link

For generated all.css failed when production #43

Closed ckc closed 6 years ago

ckc commented 6 years ago

root@cdn-jp:/srv/kbckc/www# npm install gulp npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

I tried update so many times, but not work.

Is it my way wrong to generate all.css, all.js?

hupinxiao commented 6 years ago

npm install --global gulp
npm install --global fab

cd src sh release_sample.sh

ckc commented 6 years ago

Thx, it's work. I got it since a only one tutorial by another one that used 2.0.1.