Un Usuario hizo la siguiente pregunta
Hola expertos
si construyo e inicio mi módulo de nodo en SAP HANA Express, obtengo el siguiente error:
npm reiniciar WARN atry, error del último intento: Error: ENOSPC: no queda espacio en el dispositivo, escribir
Utilizo algunos npms aleatorios en mi módulo Node.
¿Cómo podría resolver este problema para configurar más espacio para los paquetes npm?
INFO]Inyectando código fuente en el constructor …
[INFO] Source code injection finished [INFO] ------------------------------------------------------------------------ no cache found for current build module npm info it worked if it ends with ok npm info using npm@3.10.8 npm info using node@v6.9.1 npm info addNameTag [ 'sap-hdbext', 'latest' ] npm info attempt registry request try #1 at 9:57:57 AM npm http request GET https://hxehost:51032/node-xstest npm info retry fetch attempt 1 at 9:57:57 AM npm info attempt registry request try #1 at 9:57:57 AM npm http fetch GET https://hxehost:51032/sap-node-jwt/-/sap-node-jwt-0.8.8.tgz npm info retry fetch attempt 1 at 9:57:57 AM npm info attempt registry request try #1 at 9:57:57 AM npm http fetch GET https://hxehost:51032/sap-node-vsi/-/sap-node-vsi-0.8.5.tgz npm http fetch 200 https://hxehost:51032/sap-node-jwt/-/sap-node-jwt-0.8.8.tgz npm http fetch 200 https://hxehost:51032/sap-node-vsi/-/sap-node-vsi-0.8.5.tgz npm http 404 https://hxehost:51032/node-xstest npm WARN retry will retry, error on last attempt: Error: ENOSPC: no space left on device, write npm ERR! Linux 3.12.49-11-default npm ERR! argv "/hana/shared/HXE/xs/controller_data/executionagent/executionroot/45f024e3-9256-43fb-975b-e0283ecd6e56/app/META-INF/resources/nodejs/vendor/node6.9/bin/node" "/hana/shared/HXE/xs/controller_data/executionagent/executionroot/45f024e3-9256-43fb-975b-e0283ecd6e56/app/META-INF/resources/nodejs/vendor/node6.9/lib/node_modules/npm/bin/npm-cli.js" "install" "--registry" "https://hxehost:51032" "-d" npm ERR! node v6.9.1 npm ERR! npm v3.10.8 npm ERR! tarball.destroy is not a function npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm WARN retry will retry, error on last attempt: Error: ENOENT: no such file or directory, rename '/hana/shared/HXE/xs/controller_data/executionagent/executionroot/45f024e3-9256-43fb-975b-e0283ecd6e56/app-tmp/npm-8502-bdd27ced/hxehost_51032/sap-node-vsi/-/sap-node-vsi-0.8.5.tgz.1728448289' -> '/hana/shared/HXE/xs/controller_data/executionagent/executionroot/45f024e3-9256-43fb-975b-e0283ecd6e56/app-tmp/npm-8502-bdd27ced/hxehost_51032/sap-node-vsi/-/sap-node-vsi-0.8.5.tgz' npm ERR! Linux 3.12.49-11-default npm ERR! argv "/hana/shared/HXE/xs/controller_data/executionagent/executionroot/45f024e3-9256-43fb-975b-e0283ecd6e56/app/META-INF/resources/nodejs/vendor/node6.9/bin/node" "/hana/shared/HXE/xs/controller_data/executionagent/executionroot/45f024e3-9256-43fb-975b-e0283ecd6e56/app/META-INF/resources/nodejs/vendor/node6.9/lib/node_modules/npm/bin/npm-cli.js" "install" "--registry" "https://hxehost:51032" "-d" npm ERR! node v6.9.1 npm ERR! npm v3.10.8
1 respuesta
El espacio en disco estaba lleno porque todos los edificios estaban almacenados en el directorio del agente de ejecución.
Expandí el espacio en disco para que el error estuviera saturado.