drops-8 icon indicating copy to clipboard operation
drops-8 copied to clipboard

post-install-cmd-message

Open jgreidy opened this issue 5 years ago • 3 comments

After running composer install, I get this message:

drupal/drupal: This package is meant for core development, and not intended to be used for production sites. See: https://www.drupal.org/node/3082474

jgreidy avatar Dec 18 '19 15:12 jgreidy

Which version of Drupal core is defined in your composer.json file?

Does it include drupal/core-dev? (See this comment about needing to remove that from the template: drupal/core-recommended)

If you switch to drupal/core-recommended (which will install specific versions of Drupal's dependencies, and not include the dev dependencies), does this resolve the notice?

markfullmer avatar Dec 18 '19 15:12 markfullmer

Hi, "drupal/core": "self.version",

No code/dev

I still get that message if I switch to drupal/core-recommended

I see it here also: https://github.com/pantheon-systems/drops-8/blob/default/composer.json

-JGReidy

From: Mark Fullmer [email protected] Reply-To: pantheon-systems/drops-8 [email protected] Date: Wednesday, December 18, 2019 at 10:30 AM To: pantheon-systems/drops-8 [email protected] Cc: James Reidy [email protected], Author [email protected] Subject: Re: [pantheon-systems/drops-8] post-install-cmd-message (#289)

Which version of Drupal core is defined in your composer.json file?

Does it include drupal/core-dev? (See this comment about needing to remove that from the template: drupal/core-recommended)

If you switch to drupal/core-recommended (which will install specific versions of Drupal's dependencies, and not include the dev dependencies), does this resolve the notice?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pantheon-systems/drops-8/issues/289?email_source=notifications&email_token=ABNYDJZQMDYTYPJH2B3ZKZLQZI6Y7A5CNFSM4J4MQXA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHGPRKY#issuecomment-567081131, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABNYDJZ6C3LSHWQKT77RHJTQZI6Y7ANCNFSM4J4MQXAQ.

jgreidy avatar Dec 18 '19 16:12 jgreidy

This is a bug in drops-8 version 8.8.0. It will be fixed in version 8.8.1.

greg-1-anderson avatar Dec 18 '19 17:12 greg-1-anderson