I NodeJs installed, I installed the Magento2 Grunt that works, but if I run the command "grunt deploy" it delete all from the folder pub/static/ but do not deploy and returns me the error below. Can someone help me?
Running "deploy" task
Cleaning "pub/static"...>> "pub/static" is empty.
Deploying Magento application...
Fatal error: Class 'Locale' not found in /Applications/MAMP/htdocs/magento/Projects/Magento2Theme/vendor/magento/framework/Locale/Bundle/DataBundle.php on line 64
Done, without errors.
php -v PHP 7.0.0 (cli) (built: Dec 8 2015 16:39:19) ( NTS ) Copyright (c) 1997-2015 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies
sh-3.2# which php /Applications/MAMP/bin/php/php7.0.0//bin/php
I know all these issues right version of PHP that were already done, and done correctly permissions (chmod and chown) and although these do not work.
– St3phan Jun 08 '16 at 19:42intl
Internationalization support => enabled version => 1.1.0 ICU version => 52.1 ICU Data version => 52.1
Directive => Local Value => Master Value intl.default_locale => no value => no value intl.error_level => 0 => 0 intl.use_exceptions => 0 => 0
– St3phan Jun 08 '16 at 20:45