You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp 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)
The text was updated successfully, but these errors were encountered: