Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
4
Dependencies/NodeJS/node_modules/npm/lib/utils/is-windows.js
generated
vendored
Normal file
4
Dependencies/NodeJS/node_modules/npm/lib/utils/is-windows.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
const isWindowsShell = (process.platform === 'win32') &&
|
||||
!/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin'
|
||||
|
||||
exports.isWindowsShell = isWindowsShell
|
Reference in New Issue
Block a user