Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm rf The system cannot find the path specified. #191

Open
gabifuse opened this issue Sep 20, 2021 · 1 comment
Open

rm rf The system cannot find the path specified. #191

gabifuse opened this issue Sep 20, 2021 · 1 comment

Comments

@gabifuse
Copy link

Hello!

Im trying to run the following script in my packacge.json:

"clean": "shx rm -rf node_modules",

yet when i run it i run into the following error:

shx rm -rf ./node_modules

The system cannot find the path specified.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @fuse/typeorm@0.0.24 clean: shx rm -rf ./node_modules
npm ERR! Exit status

The operating system is windows 10.
What might be the issue?

Thanks in advance,
Gabi.

@nfischer
Copy link
Member

Where does the ./ come from? Your package.json doesn't show a ./ before the path. Was that a typo or is that being added at runtime (perhaps by npm)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants