I'm using node 16.16 and if I tried to run any command they should create file this is what I get
for example when I try to run npx create-react-app my-app
it will create the package.json
, package-lock.json
and node_modules
but doesn't create the javascript file or the folders.
for the current image, I'm trying to initialize the eslint
but I'm stuck on this.
PS: I've tried to run the terminal as administrator and that didn't work either.
0
votes