devprojectsapps

Results 9 comments of devprojectsapps

I have the same error "Building your customized ModernizrFatal error: generate is not a function". Is there any chance to fix it? package.json: "devDependencies": { "bower": "~1.3.1", "grunt": "^1.0.4", "grunt-autoprefixer":...

Hi @rejas . If i update modernizr and grunt-modernizr to actual version i got the same error :-(.

I am using node -v: v8.10.0 Hmmm is it maybe the thing that i have to change this block: modernizr: { devFile: '/bower_components/modernizr/modernizr.js', outputFile: '/scripts/vendor/modernizr.js', files: [ '/scripts/{,*/}*.js', '/styles/{,*/}*.css', '!/scripts/vendor/*'...

Ok this "Building your customized ModernizrFatal error: generate is not a function" happens if i update the npm grunt-modernizr package to actual version 2.1.1 . If i use 0.4.0 i...

It looks like I solved this problem by simply removing all npm statements from composer.json and executing them directly in the deployment hook. Generate CSS and JS: cd {{release}} npm...

Also i tried this version and get this error :-(

I am using Ubuntu 18.04.3 LTS. Yes i deleted the bower_components and node_modules directory and reinstalled both. The same error :-( I switch in the bower_components/modernizr directory and enter this:...