Home >Web Front-end >JS Tutorial >Set Nodejs NPM global path_node.js under Windows system
During the development process, we may want to reset the global path of npm. The specific method is as follows:
npm config set cache "D:nodejsnode_cache"
npm config set prefix "D:nodejsnode_global"