npm和webpack初始化
来源:3-4 npm和webpack的初始化

qq_某某_11
2017-07-22
L@home-pc MINGW64 /f/project/ds/ds-fe (ds_v1.0)
$ 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 json` for definitive documentation on these fields
and exactly what they do.
Use `npm install <pkg> --save` afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
name: (ds-fe)
Sorry, name can only contain URL-friendly characters and name can no longer contain capital letters.
name: (ds-fe)
写回答
1回答
-
Rosen
2017-07-22
输入一个不带-的名字
00
相似问题