skip to Main Content

Javascript – I am having Issues installing node packages like bcrypt,multer,cloudinary and multer-storage-cloudinary

Each time i try install the following packages multer-storage-cloudinary,bcrypt, cloudinary i get the error below : i have tried uninstalling node and cleaning caches but none is workin PS C:UsersUserDocumentsCommerceApiapi> npm install --save multer-storage-cloudinary npm warn deprecated [email protected]: You or…

VIEW QUESTION

Javascript – Yarn install fails with 'Request failed "304 Not Modified"' error for buffer-alloc-unsafe package

I'm encountering an error while trying to install packages using Yarn. When running yarn install, the process fails with the following error: error Error: https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz: Request failed "304 Not Modified" Environment: Yarn version: 1.22.22 Operating System: macOS 14.5 (23F79) Node.js…

VIEW QUESTION
Back To Top
Search