Skip to main content
22
results
Andrew Fletcher
This article works through the steps to update dependencies in package.json file to the latest version. Use npm-check-updates or npm outdated to suggest the latest versions. npm-check-updates is a utility that automatically adjusts a package.json with the latest version of all dependencies npm install -g npm-check-updates ncu -u npm installHowever, a less intrusive (avoids a global install) way of doing this if you have a modern version of npm is: npx npm-check-updates -u npm...
Andrew Fletcher
 ERROR Error: Uncaught (in promise): TypeError: undefined is not an object...
Andrew Fletcher
How do you rebuild node access permissions using CLI? To rebuild permissions...
Andrew Fletcher
Attempting to update the database, irrespective whether I run update.php or...
Andrew Fletcher
Is Docker installed? Check if your installation is ok and spin up Docker as...
Andrew Fletcher
Having Drupal Solr Search APi running, I thought adding synonyms to the mix would be a smooth process.   Install synonym module I cam across a synonym module created by Jens Beltofte - Search API Synonym.  Working on a Drupal 9.3.x installation, this module needs to be accessed via Git Search API Synonym, There are lots of great tips as you work through the installation, depending on what version of Drupal and Drush you are using.   Drush commands Once you have...
Andrew Fletcher
A bug bear that I have had for a while with Drupal content is how come the...