😄nodejs 环境安装

特殊目录配置

yarn config set global-folder "H:\node\yarn\global"
yarn config set cache-folder "H:\node\yarn\cache"

npm config set prefix "H:\node\nodeFiles\node_global"
npm config set cache "H:\node\nodeFiles\node_cache"



Duraspeed is a system health administrator developed by MTK to improve the mobile phone performance experience by limiting the activity of background applications.
Duraspeed starts to execute when the device starts, limits the process from consuming too much system resources in the background, and provides more system resources for the foreground application.


App Background Manager a performance 




phone

App Background Manager



npm config set prefix "H:\node\nodeFiles\node_global"
npm config set cache "H:\node\nodeFiles\node_cache"



 The term 'yarn' is not recognized as the name of a cmdlet
 
 
 
document.body.contentEditable='true'
 
yarn config set global-folder "H:\node\yarn\global"
yarn config set cache-folder "H:\node\yarn\cache"

https://zhuanlan.zhihu.com/p/86241466
https://blog.csdn.net/zimeng303/article/details/112167688
http://wxnacy.com/2020/09/26/yarn-use-custom-registry/
https://blog.csdn.net/cn_ljr/article/details/126319130
https://blog.csdn.net/Jsy_997/article/details/121614243

Last updated