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
Do you want to request a feature or report a bug? bug
What is the current behavior? When I try to run yard add --dev node-sass I get the following error:
yard add --dev node-sass
Trace: Error: ENOENT: no such file or directory, chmod 'C:\myProject\node_modules.bin\mkdirp.cmd' at Error (native)
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior? I can install node-sass using Yarn@0.16.1
node-sass
Please mention your node.js, yarn and operating system version. Windows@10 (latest updates installed) Node@6.9.1 Yarn@0.17.0
The text was updated successfully, but these errors were encountered:
I just reported similar issue in the node-sass project: sass/node-sass#1804
Sorry, something went wrong.
Duplicate of #1823
Thanks @faddee!
No branches or pull requests
Do you want to request a feature or report a bug? bug
What is the current behavior?
When I try to run
yard add --dev node-sass
I get the following error:Trace:
Error: ENOENT: no such file or directory, chmod 'C:\myProject\node_modules.bin\mkdirp.cmd'
at Error (native)
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
I can install
node-sass
using Yarn@0.16.1Please mention your node.js, yarn and operating system version.
Windows@10 (latest updates installed)
Node@6.9.1
Yarn@0.17.0
The text was updated successfully, but these errors were encountered: