grunt-open icon indicating copy to clipboard operation
grunt-open copied to clipboard

keep getting Fatal error: Cannot read property 'replace' of undefined

Open maqboolkhan opened this issue 9 years ago • 3 comments

Every time i run grunt-open task i keep getting this

 Fatal error: Cannot read property 'replace' of undefined

my task is so simple

    open: {
        path: 'http://localhost:3000',
        app: 'Firefox'
    },

kindly help

maqboolkhan avatar Dec 20 '15 16:12 maqboolkhan

It's probably too late but try using the following instead:

open: {
   dev: {
        path: 'http://localhost:3000',
        app: 'Firefox'
   }
},

geneh avatar Aug 01 '16 18:08 geneh

@geneh I have tried it, Nothing changed.

vikasgupta001 avatar Sep 16 '17 08:09 vikasgupta001

👍

Uko avatar Dec 14 '17 09:12 Uko