examples icon indicating copy to clipboard operation
examples copied to clipboard

Use `npx` for better compatibility

Open ChrisAntaki opened this issue 2 years ago • 2 comments

  • Start http-server with npx. (The existing approach doesn't work on Windows)

ChrisAntaki avatar Jan 31 '23 08:01 ChrisAntaki

You don't need npx, just delete ./node_modules/.bin/ and npm start would work.

hush2 avatar Aug 08 '23 11:08 hush2

Without npx, would the library need to be installed globally?

ChrisAntaki avatar Aug 08 '23 12:08 ChrisAntaki