Sunday, 24 June 2018

NPM Shown err to much

npm cache clean --force

bye bye

npm install -g npm@latest
npm cache verify
npm i 

Now lets create new json package

npm init --yes

Remove rubbish package inside dependency


npm uninstall rubbish ← this name of the package you want to remove

Translate manually Wordpress

 add_filter( 'gettext', function( $translated, $original, $domain ) {     // Senarai penggantian (case-insensitive)     $map = array...