amber-cli installation fails with unmet Grunt dependencies

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

amber-cli installation fails with unmet Grunt dependencies

John L
Hi everyone. 

I'm trying to install amber on my Windows 7 PC but having unmet deps issues with Grunt.

Node version: 5.0.0
Npm version: 3.3.6
Amber CLI version 0.100.2 (Amber 0.17.0, NodeJS 5.0.0)


Output of npm install -g amber-cli :

├── amber-cli@0.100.2
├── UNMET PEER DEPENDENCY grunt-cli@^0.1.13
└── UNMET PEER DEPENDENCY grunt-init@^0.3.1
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-init@^0.3.1 but none was installed.
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-cli@^0.1.13 but none was installed.

I've tried installing grunt:
├── grunt@1.0.1
├── UNMET PEER DEPENDENCY grunt-cli@^0.1.13
└── UNMET PEER DEPENDENCY grunt-init@^0.3.1
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-cli@^0.1.13 but none was installed.
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-init@^0.3.1 but none was installed.
npm WARN EPACKAGEJSON johnel@1.0.0 No repository field.

Am I doing something wrong? 


JL



--
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: amber-cli installation fails with unmet Grunt dependencies SOLVED

John L
I discovered the solution in an earlier post:

  npm install -g grunt-cli@0 grunt-init bower amber-cli 

Amber is now working as expected! :)


On Wednesday, 4 January 2017 15:04:43 UTC, John L wrote:
Hi everyone. 

I'm trying to install amber on my Windows 7 PC but having unmet deps issues with Grunt.

Node version: 5.0.0
Npm version: 3.3.6
Amber CLI version 0.100.2 (Amber 0.17.0, NodeJS 5.0.0)


Output of npm install -g amber-cli :

├── amber-cli@0.100.2
├── UNMET PEER DEPENDENCY grunt-cli@^0.1.13
└── UNMET PEER DEPENDENCY grunt-init@^0.3.1
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-init@^0.3.1 but none was installed.
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-cli@^0.1.13 but none was installed.

I've tried installing grunt:
├── grunt@1.0.1
├── UNMET PEER DEPENDENCY grunt-cli@^0.1.13
└── UNMET PEER DEPENDENCY grunt-init@^0.3.1
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-cli@^0.1.13 but none was installed.
npm WARN EPEERINVALID amber-cli@0.100.2 requires a peer of grunt-init@^0.3.1 but none was installed.
npm WARN EPACKAGEJSON johnel@1.0.0 No repository field.

Am I doing something wrong? 


JL



--
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.