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
I tried to install @ton/blueprint using npm i @ton/blueprint on Windows 10 but this error thrown:
@ton/blueprint
npm i @ton/blueprint
npm warn cleanup Failed to remove some directories [ npm warn cleanup [ npm warn cleanup 'C:\\Users\\Pc\\AppData\\Roaming\\npm\\node_modules\\@ton\\blueprint\\node_modules\\protobufjs', npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\Pc\AppData\Roaming\npm\node_modules\@ton\blueprint\node_modules\protobufjs'] { npm warn cleanup errno: -4082, npm warn cleanup code: 'EBUSY', npm warn cleanup syscall: 'rmdir', npm warn cleanup path: 'C:\\Users\\Pc\\AppData\\Roaming\\npm\\node_modules\\@ton\\blueprint\\node_modules\\protobufjs' npm warn cleanup } npm warn cleanup ], npm warn cleanup [ npm warn cleanup 'C:\\Users\\Pc\\AppData\\Roaming\\npm\\node_modules\\@ton\\blueprint\\node_modules', npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\Pc\AppData\Roaming\npm\node_modules\@ton\blueprint\node_modules\protobufjs'] { npm warn cleanup errno: -4082, npm warn cleanup code: 'EBUSY', npm warn cleanup syscall: 'rmdir', npm warn cleanup path: 'C:\\Users\\Pc\\AppData\\Roaming\\npm\\node_modules\\@ton\\blueprint\\node_modules\\protobufjs' npm warn cleanup } npm warn cleanup ], npm warn cleanup [ npm warn cleanup 'C:\\Users\\Pc\\AppData\\Roaming\\npm\\node_modules\\@ton\\blueprint', npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\Pc\AppData\Roaming\npm\node_modules\@ton\blueprint\node_modules\@tact-lang'] { npm warn cleanup errno: -4048, npm warn cleanup code: 'EPERM', npm warn cleanup syscall: 'rmdir', npm warn cleanup path: 'C:\\Users\\Pc\\AppData\\Roaming\\npm\\node_modules\\@ton\\blueprint\\node_modules\\@tact-lang' npm warn cleanup } npm warn cleanup ] npm warn cleanup ] npm error code 1 npm error path C:\Users\Pc\AppData\Roaming\npm\node_modules\@ton\blueprint\node_modules\@tact-lang\compiler npm error command failed npm error command C:\Windows\system32\cmd.exe /d /s /c husky npm error 'husky' is not recognized as an internal or external command, npm error operable program or batch file. npm error A complete log of this run can be found in: C:\Users\Pc\AppData\Local\npm-cache\_logs\2024-11-03T07_52_08_676Z-debug-0.log
Is this error because of npm or blueprint?
npm
blueprint
The text was updated successfully, but these errors were encountered:
Simply install husky npm install husky worked for me
npm install husky
Sorry, something went wrong.
Try with Git Bash or WSL. Husky hooks often rely on Unix shell syntax not directly compatible with Windows cmd.
No branches or pull requests
I tried to install
@ton/blueprint
usingnpm i @ton/blueprint
on Windows 10 but this error thrown:Is this error because of
npm
orblueprint
?The text was updated successfully, but these errors were encountered: