install failing at the end..

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

install failing at the end..

sergio_101
At the end of my project generation, I am getting this:

Running "requirejs:devel" (requirejs) task
{ [Error: Error: paths fallback not supported in optimizer. Please provide a build config path override for jquery
    at /Users/sergio/Sites/ambertest/node_modules/requirejs/bin/r.js:29521:23
]
  originalError: [Error: paths fallback not supported in optimizer. Please provide a build config path override for jquery] }
grunt exec error:
1

any ideas?

thanks!

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: install failing at the end..

Herby Vojčík


sergio_101 wrote:

> At the end of my project generation, I am getting this:
>
> Running "requirejs:devel" (requirejs) task
> { [Error: Error: paths fallback not supported in optimizer. Please
> provide a build config path override for jquery
>     at
> /Users/sergio/Sites/ambertest/node_modules/requirejs/bin/r.js:29521:23
> ]
>   originalError: [Error: paths fallback not supported in optimizer.
> Please provide a build config path override for jquery] }
> grunt exec error:
> 1

Node 0.12 / 0.10 / io.js? I began to get occasional problem with fs-related stuff after installing 0.12...

> any ideas?

don't know why this happens. There's an issue in grunt-init-amber tracker, the place where `amber init` errors should be reported as per README. There's also a workaround, as mentioned in the issue: just run `grunt devel` again, from the cli, and everything will be fine.

>
> thanks!

Herby

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: install failing at the end..

sergio_101


Herby Vojčík wrote:
don't know why this happens. There's an issue in grunt-init-amber tracker, the place where `amber init` errors should be reported as per README. There's also a workaround, as mentioned in the issue: just run `grunt devel` again, from the cli, and everything will be fine.
perfect!

this fixed it..

thanks, herby!


--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.