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
Uh oh!
There was an error while loading. Please reload this page.
-
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] > phantomjs-prebuilt@2.1.13 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: fsevents@2.3.2 (node_modules/fsevents):
[WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: 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! phantomjs-prebuilt@2.1.13 install:
node install.js
[ERROR] npm ERR! spawn ENOENT
[ERROR] npm ERR!
[ERROR] npm ERR! Failed at the phantomjs-prebuilt@2.1.13 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