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
3d96ecf8
Commit
3d96ecf8
authored
Dec 08, 2020
by
Tim Rizzi
Committed by
Suzanne Selhorn
Dec 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about npm package names requiring scope higher up in docs
parent
8fae18cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
doc/user/packages/npm_registry/index.md
doc/user/packages/npm_registry/index.md
+10
-0
No files found.
doc/user/packages/npm_registry/index.md
View file @
3d96ecf8
...
...
@@ -102,6 +102,7 @@ To authenticate to the Package Registry, you must use one of the following:
-
It's not recommended, but you can use
[
OAuth tokens
](
../../../api/oauth2.md#resource-owner-password-credentials-flow
)
.
Standard OAuth tokens cannot authenticate to the GitLab NPM Registry. You must use a personal access token with OAuth headers.
-
A
[
CI job token
](
#authenticate-with-a-ci-job-token
)
.
-
Your NPM package name must be in the format of
[
@scope:package-name
](
#package-naming-convention
)
. It must match exactly, including the case.
### Authenticate with a personal access token or deploy token
...
...
@@ -240,6 +241,7 @@ Prerequisites:
-
[
Authenticate
](
#authenticate-to-the-package-registry
)
to the Package Registry.
-
Set a
[
project-level NPM endpoint
](
#use-the-gitlab-endpoint-for-npm-packages
)
.
-
Your NPM package name must be in the format of
[
@scope:package-name
](
#package-naming-convention
)
. It must match exactly, including the case.
To upload an NPM package to your project, run this command:
...
...
@@ -455,3 +457,11 @@ If you get this error, ensure that:
-
The scoped packages URL includes a trailing slash:
-
Correct:
`//gitlab.example.com/api/v4/packages/npm/`
-
Incorrect:
`//gitlab.example.com/api/v4/packages/npm`
### `npm publish` returns `npm ERR! 400 Bad Request`
If you get this error, your package name may not meet the
[
@scope:package-name package naming convention
](
#package-naming-convention
)
.
Ensure the name meets the convention exactly, including the case.
Then try to publish again.
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