JayantGoel001/JayantGoel001.github.io

[BUG]: Use force in npm install

Closed this issue · 3 comments

Description

help bro I like it and want to do something edit at my local but as you mention the npm install command show a lot of error and not working can you do something about it

Additional Information

No response

Hi @NarpatAanjana,
Actually, npm required --force to install the package successfully
npm install -f instead of npm install
So, Now It has been fixed you can check once.

Happy Coding😁