create-near-app 7.0.1 → 7.0.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/user-input.js +3 -3
- package/package.json +1 -1
package/dist/user-input.js
CHANGED
|
@@ -129,9 +129,9 @@ async function promptAndGetConfig() {
|
|
|
129
129
|
if (!semver_1.default.satisfies(process.version, supportedNodeVersion)) {
|
|
130
130
|
return show.unsupportedNodeVersion(supportedNodeVersion);
|
|
131
131
|
}
|
|
132
|
-
if (process.platform === 'win32') {
|
|
133
|
-
|
|
134
|
-
}
|
|
132
|
+
// if (process.platform === 'win32') {
|
|
133
|
+
// return show.windowsWarning();
|
|
134
|
+
// }
|
|
135
135
|
// process cli args
|
|
136
136
|
let args = await getUserArgs();
|
|
137
137
|
// If no args, prompt user
|