We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug npm install --save-dev @nuxtjs/mdx throws error "postinstall": "yarn --cwd docs" spawn ENOENT, Failed at the @nuxtjs/[email protected] postinstall script.
npm install --save-dev @nuxtjs/mdx
"postinstall": "yarn --cwd docs" spawn ENOENT,
Failed at the @nuxtjs/[email protected] postinstall script.
To Reproduce Steps to reproduce the behavior:
Expected behavior npm package is installed successfully.
Desktop (please complete the following information):
Do I really need yarn to use this package? Any help would be appreciated! Thanks!
The text was updated successfully, but these errors were encountered:
I also faced with its issue. @andrelandgraf are you still stuck? look at this issue, works for me
Sorry, something went wrong.
Hey @kuza2010,
I worked around the issue by disabling the post-install script via npm install --ignore-scripts.
npm install --ignore-scripts
I hope that helps!
It looks like the example / test locked in 0.0.1 instead of 1.0.0: https://github.com/nuxt-community/mdx-module/blob/master/docs/yarn.lock#L1692
0.0.1
1.0.0
I am unable to find a changelog to prove the difference in versions is meaningful, other than transitive dependency updates
No branches or pull requests
Describe the bug
npm install --save-dev @nuxtjs/mdx
throws error"postinstall": "yarn --cwd docs" spawn ENOENT,
Failed at the @nuxtjs/[email protected] postinstall script.
To Reproduce
Steps to reproduce the behavior:
npm install --save-dev @nuxtjs/mdx
Expected behavior
npm package is installed successfully.
Desktop (please complete the following information):
Do I really need yarn to use this package?
Any help would be appreciated! Thanks!
The text was updated successfully, but these errors were encountered: