'; $die .= '
' . sprintf(
/* translators: %s: npm install */
__( 'Before running any grunt tasks you need to make sure the dependencies are installed. You can install these by running %s.' ),
'npm install'
) . '
grunt build --devgrunt watchgrunt build' . sprintf( /* translators: 1: NPM URL, 2: Grunt URL, 3: Handbook URL */ __( 'This requires NPM and Grunt. Read more about setting up your local development environment.' ), 'https://www.npmjs.com/get-npm', 'https://gruntjs.com/getting-started', __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) ) . '
'; wp_die( $die, __( 'WordPress › Error' ) );