Replies: 1 comment 3 replies
-
@asis2016, could you provide more details about your build environment and also attach /root/.npm/_logs/2023-04-22T07_52_16_479Z-debug.log? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
When I tried to mvn install -f OpenAM, it fails for OpenAM RIA Web UI.
[INFO] --- frontend-maven-plugin:1.7.6:npm (npm-install) @ openam-ui-ria ---
[INFO] Running 'npm install' in /root/OpenAM/openam-ui/openam-ui-ria
[INFO]
[INFO] > [email protected] install /root/OpenAM/openam-ui/openam-ui-ria/node_modules/phantomjs-prebuilt
[INFO] > node install.js
[INFO]
[ERROR] sh: 1: node: Permission denied
[WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
[WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[ERROR]
[ERROR] npm ERR! code ELIFECYCLE
[ERROR] npm ERR! syscall spawn
[ERROR] npm ERR! file sh
[ERROR] npm ERR! errno ENOENT
[ERROR] npm ERR! [email protected] install:
node install.js
[ERROR] npm ERR! spawn ENOENT
[ERROR] npm ERR!
[ERROR] npm ERR! Failed at the [email protected] install script.
[ERROR] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[ERROR]
[ERROR] npm ERR! A complete log of this run can be found in:
[ERROR] npm ERR! /root/.npm/_logs/2023-04-22T07_52_16_479Z-debug.log
Beta Was this translation helpful? Give feedback.
All reactions