Add this to jshint configuration:
jshint: {
options: {
mocha: true,
}
}
https://stackoverflow.com/a/27744984/2157329
Libro de apuntes...
Add this to jshint configuration:
jshint: {
options: {
mocha: true,
}
}
https://stackoverflow.com/a/27744984/2157329
Define and Require are functions from the RequireJS library:
To solve this problem, download de library in PhpStrom:
That’s it 🙂
Aparentemente, hay líneas muy largas en el archivo que se quiere importar.
La solución es incrementar la variable max_allowed_packet de MySql, entrando por consola del servidor MySql se puede hacer con el siguiente comando:
You can increase Max Allowed Packet:
SET GLOBAL max_allowed_packet=1073741824;
http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_allowed_packet
Fuente: https://stackoverflow.com/questions/10474922/error-2006-hy000-mysql-server-has-gone-away
$ git fetch
$ git reset --hard origin/develop
Modify or create a php.ini
file within the /public_html/
directory of the your account, adding the following line to this file…
extension=imagick.so
Add the following line of code to the .htaccess
file in /public_html/
SetEnv PHPRC /home/****/public_html/php.ini
Note: Be sure to replace **** with your cPanel/FTP username
Fuente: https://typewheel.xyz/wordpress-pdf-thumbnails-siteground/
Set default node version on a shell:
$ nvm alias default 8.9.1