PATH:
opt
/
alt
/
alt-nodejs9
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
/
Editing: unix-format-path.js
'use strict' module.exports = function (path) { return path.replace(/\\/g, '/') }
SAVE
CANCEL