首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >“对不起,名称只能包含对URL友好的字符”。

“对不起,名称只能包含对URL友好的字符”。
EN

Stack Overflow用户
提问于 2021-07-28 16:00:53
回答 1查看 1.5K关注 0票数 0

我正在尝试从https://www.positronx.io/build-angular-crud-application-with-nodejs-and-express-rest-api/中获取角度12的教程,无法执行以下命令:

代码语言:javascript
运行
复制
npm install express cors body-parser mongoose

以下是代码:

代码语言:javascript
运行
复制
PS D:\VArdhan\projects\node-angular\test> npm init

This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.

See `npm help init` for definitive documentation on these fields
and exactly what they do.

Use `npm install <pkg>` afterwards to install a package and
save it as a dependency in the package.json file.

Press ^C at any time to quit.

package name: (test) npm install express cors body-parser mongoose

Sorry, name can only contain URL-friendly characters.
EN

回答 1

Stack Overflow用户

发布于 2022-04-15 15:25:04

这实际上是请求确认。您所看到的失败可以通过按返回/输入并确认名称来解决。完成此操作后,您将看到需要确认的多个细节。(test)确实是一个对url友好的名称。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68563743

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档