We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc6994 commit 2be1c23Copy full SHA for 2be1c23
lib/commands/init/index.js
@@ -242,7 +242,7 @@ async function promptNodeSettings() {
242
type: 'select',
243
name: 'functionExternalModules',
244
message: 'Allow Function nodes to load external modules? (functionExternalModules)',
245
- initial: 'No',
+ initial: 'Yes',
246
choices: ['Yes', 'No'],
247
result(value) {
248
return value === "Yes"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-admin",
3
- "version": "2.1.0",
+ "version": "2.2.0",
4
"description": "The Node-RED admin command line interface",
5
"homepage": "http://nodered.org",
6
"bugs": {
0 commit comments