You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ECHO Mobile CLI installed here: %ALLUSERSPROFILE%\chocolatey\bin\
270
+
) ELSE (
271
+
ECHO Mobile CLI already installed, pm is installed at...
272
+
where pm
273
+
ECHO Mobile CLI version is as follows, please check for updates at https://github.com/PredixDev/predix-mobile-cli
274
+
)
275
+
rem pm -v
276
+
GOTO :eof
258
277
259
278
260
279
:START
@@ -322,44 +341,22 @@ IF !install[nodejs]! EQU 1 (
322
341
ECHO.
323
342
ECHO Install Node.js
324
343
CALL :CHOCO_INSTALL nodejs.install node
344
+
node -v
325
345
)
326
346
CALL :RELOAD_ENV
327
347
SET"PATH=%PATH%;%APPDATA%\npm"
328
348
IF!install[nodejs]!EQU1 (
349
+
ECHO Install node tools
329
350
ECHO"ensure npm global location (typically C:\Users\YourUserName\AppData\Roaming\npm) is in the path. If not, please add manually in System and reopen this Admin Command window."
330
351
path
331
352
ECHO.
332
353
ECHO 'If you get a certificate error, it could mean your company network and/or proxy server is using self signed certificates. You can temporily use npm config set strict-ssl false to allow the download or also try npm config set cafile="C:\mycacert.pem"'
0 commit comments