mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 17:58:28 -06:00
Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
5
Dependencies/NodeJS/node_modules/npm/index.js
generated
vendored
Normal file
5
Dependencies/NodeJS/node_modules/npm/index.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
if (require.main === module) {
|
||||
require('./lib/cli.js')(process)
|
||||
} else {
|
||||
throw new Error('The programmatic API was removed in npm v8.0.0')
|
||||
}
|
Reference in New Issue
Block a user