Closed JonasGao closed 7 years ago
maybe, it is not an issue of npx
.... i m not sure....
i think, if i install http-server
local, maybe npx can run it.... but....
C:\Users\gaopi\Desktop\export>npm i http-server
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\gaopi\Desktop\export\package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\gaopi\Desktop\export\package.json'
npm WARN export No description
npm WARN export No repository field.
npm WARN export No README data
npm WARN export No license field.
+ http-server@0.10.0
added 23 packages in 6.352s
C:\Users\gaopi\Desktop\export>npx http-server ./
Command failed: C:\"Program Files"\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js config get cache --parseable
module.js:487
throw err;
^
Error: Cannot find module 'C:\Program'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Function.Module.runMain (module.js:605:10)
at startup (bootstrap_node.js:158:16)
at bootstrap_node.js:575:3
Command failed: C:\"Program Files"\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js config get cache --parseable
module.js:487
throw err;
^
Error: Cannot find module 'C:\Program'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Function.Module.runMain (module.js:605:10)
at startup (bootstrap_node.js:158:16)
at bootstrap_node.js:575:3
C:\Users\gaopi\Desktop\export>
i think the problem is here https://github.com/zkat/npx/blob/latest/index.js#L205
duplicate #84
ok, get it, lets go to #84
my step:
npx http-server ./
exception throwed
env info