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

cannot work with npm install --no-save #80

Open
ytianxia6 opened this issue Sep 29, 2024 · 0 comments
Open

cannot work with npm install --no-save #80

ytianxia6 opened this issue Sep 29, 2024 · 0 comments

Comments

@ytianxia6
Copy link

I want to put it in pipeline with my c++ project, so I tried to install moxygen with command npm install --no-save moxygen, then I run the command npm run moxygen --anchors --groups --output api-%s.md doc\xml

I get the errors:

npm error code ENOENT
npm error syscall open
npm error path xxx\package.json
npm error errno -4058
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open xxx\package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent

Why it always need the file package.json

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

No branches or pull requests

1 participant