Remeic / generator-postcss

A simple postcss yeoman generator to be immediately ready and productive!
MIT License
13 stars 2 forks source link

gh-5: Webpack implementation #7

Open dinukadesilva opened 7 years ago

dinukadesilva commented 7 years ago

This fixes #5

Remeic commented 7 years ago

@dinukadesilva Check this problem, i start yo and select webpack config gyp ERR! build error gyp ERR! stack Error:make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/run/media/giulio/Lavoro/Personal/test/node_modules/node-gyp/lib/build.js:258:23) gyp ERR! stack at emitTwo (events.js:125:13) gyp ERR! stack at ChildProcess.emit (events.js:213:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.8.6-300.fc25.x86_64 gyp ERR! command "/usr/local/bin/node" "/run/media/giulio/Lavoro/Personal/test/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd /run/media/giulio/Lavoro/Personal/test/node_modules/node-sass gyp ERR! node -v v8.4.0 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok Build failed npm WARN test@0.0.0 No repository field. npm WARN test@0.0.0 No license field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@3.8.0 postinstall: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@3.8.0 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /home/giulio/.npm/_logs/2017-10-07T08_11_01_123Z-debug.log `

dinukadesilva commented 7 years ago

@Remeic Could you check this again.

Remeic commented 7 years ago

All works. but output goes in the same production folder, thanks in advance