npm命令:npm install less less-loader --save

 

命令行:

npm install less less-loader --save

效果:

F:\WorkSpace\vToonVProductWK\exportV3ProjectSource\v3project_modul2>npm install less less-loader --save
npm WARN [email protected] requires a peer of vue@^2.5.2 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ [email protected]
+ [email protected]
added 1 package from 1 contributor, removed 1 package, updated 2 packages and audited 12751 packages in 18.558s

27 packages are looking for funding
  run `npm fund` for details

found 17 vulnerabilities (7 low, 5 moderate, 5 high)
  run `npm audit fix` to fix them, or `npm audit` for details

F:\WorkSpace\vToonVProductWK\exportV3ProjectSource\v3project_modul2>npm install vue@^2.5.2
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ [email protected]
added 1 package from 1 contributor and audited 12752 packages in 15.048s

27 packages are looking for funding
  run `npm fund` for details

found 17 vulnerabilities (7 low, 5 moderate, 5 high)
  run `npm audit fix` to fix them, or `npm audit` for details

F:\WorkSpace\vToonVProductWK\exportV3ProjectSource\v3project_modul2>

 

 

你可能感兴趣的:(笔记,学习)