node.js - Grunt serve "configureProxies:server" not found and "connect_proxy.js" error -
i'm trying run http server using grunt. however, when type grunt serve in appropriate directory, i'm presented following errors:
loading "connect_proxy.js" tasks...error >> typeerror: cannot read property 'prototype' of undefined running "serve" task warning: task "configureproxies:server" not found. use --force continue. my nodejs, node package manager, , ruby installations @ following versions:
npm -v 1.3.10 nodejs -v v0.10.25 ruby -v ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] how missing dependency? i've tried both on windows 8 , on fresh install of elementaryos freya. exact same problem arises on both. ideas?
the problem resolved going package.json , updating "grunt-connect-proxy" ^0.2 obtain missing dependency.
Comments
Post a Comment