Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2139841e
Commit
2139841e
authored
Nov 02, 2021
by
Henri
Committed by
Nick Gaskill
Nov 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add info on enabling package registry to npm doc
parent
487099b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/user/packages/npm_registry/index.md
doc/user/packages/npm_registry/index.md
+2
-0
No files found.
doc/user/packages/npm_registry/index.md
View file @
2139841e
...
...
@@ -549,6 +549,8 @@ NPM_TOKEN=<your_token> npm install
If you get this error, ensure that:
-
The Package Registry is enabled in your project settings. Although the Package Registry is enabled
by default, it's possible to
[
disable it
](
../package_registry/#disable-the-package-registry
)
.
-
Your token is not expired and has appropriate permissions.
-
A package with the same name or version doesn't already exist within the given scope.
-
Your NPM package name does not contain a dot
`.`
. This is a
[
known issue
](
https://gitlab.com/gitlab-org/gitlab-ee/issues/10248
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment