Как исправить эти ошибки при попытке перестроить node-sass - PullRequest
0 голосов
/ 08 ноября 2019

Версии: npm: 3.5.2 ionic: 3.20.1 nodejs: 8.10

Здравствуйте, я готов опубликовать свое приложение. когда я запускаю эту команду: ionic cordova build --release android Я получил ошибку и совет, который говорит, чтобы пересобрать node-sass. Хорошо, когда я запускаю npm rebuild node-sass, он терпит неудачу, и я получаю некоторые ошибки:

gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/apptoc/code/AppTOC/node_modules/node-sass/.node-gyp/8.10.0'
gyp ERR! System Linux 4.4.0-17763-Microsoft
gyp ERR! command "/usr/bin/node" "/home/apptoc/code/AppTOC/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /home/apptoc/code/AppTOC/node_modules/node-sass
gyp ERR! node -v v8.10.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1

npm ERR! Linux 4.4.0-17763-Microsoft
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "rebuild" "node-sass"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! node-sass@4.12.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.12.0 postinstall script 'node scripts/build.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node scripts/build.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs node-sass
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls node-sass
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/apptoc/code/AppTOC/npm-debug.log

Как решить эту проблему? Заранее благодарю за ответы.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...