-
Bug
-
Resolution: Fixed
-
Medium
-
7.1.0
-
7.01
-
Summary
It is not possible for customers to build JIRA 7.1 from source due to requirements to access a private NPM repository from the JIRA Board plugin.
Steps
1. Attempt to build JIRA from source.
2. It fails on JIRA Board plugin with the message:
Traceback (most recent call last): File "./jmake_npm_runner.py", line 10, in <module> NpmRunner().run_command(sys.argv[1:]) File "../../../../jmake_src/node/NpmRunner.py", line 25, in run_command raise NodeRegistryMisconfiguredException("Atlassian NPM registry not configured, please refer to https://extranet.atlassian.com/display/NPM/npm.atlassian.io+Home or type:\n\n\n\n\tnpm login --registry=https://npm-private.atlassian.io --scope=atlassian\n\n\n") node.NodeVersionChecker.NodeRegistryMisconfiguredException: Atlassian NPM registry not configured, please refer to https://extranet.atlassian.com/display/NPM/npm.atlassian.io+Home or type: npm login --registry=https://npm-private.atlassian.io --scope=atlassian
- has a regression in
-
JRASERVER-66224 Jira 7.4.0 and higher cannot be built from source due to internal NPM registry
- Closed
- links to
- relates to
-
JCB-224 Loading...
- was cloned as
-
RUM-198 Loading...