-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Error while installing with yarn #516
Comments
also i faced this error and cant resolve |
under windows os you have no ability to create a folder or file name started from colon :) |
The same problem. The current solution in window is "resolutions": {
"rc-pagination": "3.2.0"
} if you use yarn. |
I still got error in window for now Error: While persisting /E:/Projects/.yarn/cache/rc-pagination-npm-3.3.0-1838abafd7-6b40cb2ab6.zip/node_modules/rc-pagination/ -> /E:/Projects/node_modules/rc-pagination ENOENT: no such file or directory, mkdir 'E:\Projects\node_modules\rc-pagination\dist~demos:id' |
I still got error in window for now Error: While persisting /G:/antdpro6-template/.yarn/cache/rc-pagination-npm-3.3.0-1838abafd7-6b40cb2ab6.zip/node_modules/rc-pagination/ -> /G:/antdpro6-template/node_modules/antd/node_modules/rc-pagination ENOENT: no such file or directory, mkdir 'G:\antdpro6-template\node_modules\antd\node_modules\rc-pagination\dist~demos:id' |
yarn@3.1.1
yarn add rc-pagination
I am facing this error
Error: While persisting /C:/<project>/.yarn/cache/rc-pagination-npm-3.3.0-1838abafd7-6b40cb2ab6.zip/node_modules/rc-pagination/ -> /C:/<project>/node_modules/rc-pagination ENOENT: no such file or directory, mkdir 'C:\<project>\node_modules\rc-pagination\dist\~demos\:id'
The text was updated successfully, but these errors were encountered: