cancel
Showing results for 
Search instead for 
Did you mean: 

Package sjparkinson/static-review is abandoned

SOLVED

Package sjparkinson/static-review is abandoned

Hi guys,

 

Installed fresh copy of M2.2 Installed an extension and ran setup:upgrade and received an error:

 

Package sjparkinson/static-review is abandoned, you should avoid using it. Use phpro/grumphp instead.

 

Any ideas anyone? Can someone point me in the right direction here?

 

Running: Centos 7 / Php 7.026 / MySQL 5.6.38 / Apache 2.4.29

 

Thanks in advance!

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Package sjparkinson/static-review is abandoned

I solved it.

Fix was:

composer remove sjparkinson/static-review
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

View solution in original post

3 REPLIES 3

Re: Package sjparkinson/static-review is abandoned

This looks like an extension related problem. Did you contact the extension developer about this?

Re: Package sjparkinson/static-review is abandoned

I solved it.

Fix was:

composer remove sjparkinson/static-review
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Re: Package sjparkinson/static-review is abandoned

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

 

can you provide more detail how to solve the issue. Thanks