在相应的文件夹里执行
npm install art-template
之后,node_modules包一直没下起。
显示:
pen 'C:\Users\xxxi\package.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\xxx\package.json'
npm WARN xxx No description
npm WARN xxx No repository field.
npm WARN xxx No README data
npm WARN xxx No license field.
+ art-template@4.13.2
updated 1 package and audited 77 packages in 1.746s
found 0 vulnerabilities
于是我换用
cnpm install art-template
来下载,就下起了。
至于原理 我也不是很懂……