'; $die .= '

' . __( 'Before running any grunt tasks you need to make sure the dependencies are installed. You can install these by running ' ); $die .= 'npm install.

'; $die .= ''; $die .= '

' . sprintf( /* translators: %1$s: NPM URL, %2$s: Grunt URL */ __( 'This requires NPM and Grunt. Read more about setting up your local development environment.' ), 'https://www.npmjs.com/', 'https://gruntjs.com/', __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) ) . '

'; wp_die( $die, __( 'WordPress › Error' ) );