git - npm init 报错
我想大声告诉你
我想大声告诉你 2017-05-02 09:41:12
0
4
624

不能创建项目的基本配置


自动跳出来

我想大声告诉你
我想大声告诉你

reply all(4)
为情所困

It looks like there is no error reported. . . Just press Enter to continue.

習慣沉默

Was your project cloned from git? If so, just execute npm install directly in the directory with package.json. npm init is what you use to fill in various information about the project step by step. 在本地新建项目Then use
npm install <dependency name> --save the library that the project depends on to run
or npm install <dependency name> --save-dev the library that the project development depends on
to save the project's dependencies to the package. in json. In this way, after others clone your project, they can easily install and run the project's dependencies.
I suggest you take a look at npm’s tutorial.

为情所困
echo {} > package.json
我想大声告诉你

Just press Enter, fifteen words, fifteen words

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!