Can't install the node-sass package via npm sudo npm i, i have been trying to resolve via sudo npm i -g node-sass --unsafe-perm=true --allow-root but it doesn't effect. Chmod 777 either.
I think there are something with npm permissions but i do not know
Log:
gyp verb build dir attempting to create "build" dir: /home/michael/Desktop/react/node_modules/node-sass/build
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/michael/Desktop/react/node_modules/node-sass/build'
gyp ERR! System Linux 4.15.0-47-generic
gyp ERR! command "/usr/bin/node" "/home/michael/Desktop/react/node_modules/node-gyp/bin/node-gyp.js" "rebuild" …Run Code Online (Sandbox Code Playgroud) 我已经做了
git pull <some_url>
Run Code Online (Sandbox Code Playgroud)
并且许多文件处于合并冲突状态。我如何使用vscode或本机git bash命令接受它们的更改,而又不逐文件删除HEAD文件?