chakram icon indicating copy to clipboard operation
chakram copied to clipboard

404 Not found stringify-clone@^1.0.0

Open raquel-bautista opened this issue 6 years ago • 1 comments

When I try to run npm instal -save-dev chakram I get error 404 Not found stringify-clone@^1.0.0 Is there any way to fix or workaround this?

raquel-bautista avatar Dec 21 '18 09:12 raquel-bautista

@raquel-bautista - Make sure that you have node and npm pre-installed and up-to-date by folling command: node -v npm -v

And use below command to install chakram : npm install --save-dev chakram

msharma-tw avatar Mar 07 '21 10:03 msharma-tw