You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I want to put it in pipeline with my c++ project, so I tried to install
moxygen
with commandnpm install --no-save moxygen
, then I run the commandnpm run moxygen --anchors --groups --output api-%s.md doc\xml
。I get the errors:
Why it always need the file
package.json
?The text was updated successfully, but these errors were encountered: