vue-realworld-example-app icon indicating copy to clipboard operation
vue-realworld-example-app copied to clipboard

Can you run this app now?

Open nanqic opened this issue 2 years ago • 1 comments

gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/home/apps/vue-realworld-example-app/node_modules/node-gyp/lib/build.js:262:23) gyp ERR! stack at ChildProcess.emit (node:events:527:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) gyp ERR! System Linux 3.10.0-1160.el7.x86_64 gyp ERR! command "/usr/local/nodejs/bin/node" "/home/apps/vue-realworld-example-app/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd /home/apps/vue-realworld-example-app/node_modules/node-sass gyp ERR! node -v v16.16.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok make: Leaving directory `/home/apps/vue-realworld-example-app/node_modules/node-sass/build

OS: CentOS7 (I tried win11, not run also)

nanqic avatar Jul 08 '22 07:07 nanqic

I also saw an error related to node-sass, because I didn't see any file scss or sass using in this project so I removed the packages node-sass , sass-loader then it ran successful.

ngmikeng avatar Nov 03 '22 04:11 ngmikeng