renative icon indicating copy to clipboard operation
renative copied to clipboard

npx isn't detected on Windows

Open pauliusguzas opened this issue 1 year ago • 1 comments

Describe the bug npx isn't detected on windows

To Reproduce

  1. go to template-starter package
  2. run npx rnv build -p web or any other basic command

Expected behavior local rnv is used and no warning at the end

Screenshots or copy&paste image

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Node Version 18.14.2
  • RNV Version 1.0.0-rc.3
  • rnv/template-starter Version 1.0.0-rc.3

pauliusguzas avatar Dec 14 '23 12:12 pauliusguzas

on rc.10 warning isn't displayed even when user uses no npx

 $ rnv build -p web - Done! RNV
┌──────────────────────────────────────────────────────────────────────────────┐
│  RNV  SUMMARY | 22/02/2024, 11:33:31                                         │
│  $ rnv build -p web                                                          │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 1.0.0-rc.10                                               │
│  Project Name ($package.name): @rnv/template-starter                         │
│  Project Version ($package.version): 1.0.0-rc.10                             │
│  Workspace ($.workspaceID): rnv                                              │
│  Platform (-p): web                                                          │
│  Engine ($.platforms.web.engine): engine-rn-next                             │
│  App Config (-c): template                                                   │
│  Build Scheme (-s): debug                                                    │
│  Supported Platforms: web                                                    │
│  Env Info: win32 | x64 | node v18.19.0                                       │
│  Executed Time: 0h:0m:29s:320ms                                              │
│                                                                              │
│ [ success ] [build] Your build is located in platformBuilds\template_web\output .
│                                                                              │
│  Project location:                                                           │
│  C:\Users\dev\Desktop\renative\packages\template-starter\platformBuilds\template_web
└──────────────────────────────────────────────────────────────────────────────┘

C:\Users\dev\Desktop\renative\packages\template-starter>

pauliusguzas avatar Feb 22 '24 09:02 pauliusguzas