"Foundation-apps" is not recognized as an internal or external command, operating program, or batch file

I did

npm install -g base-cli bower gulp

there is

       /|
      | |  /| .
 .  /\|  \/ |/|
 |\/          |         Thanks for installing Foundation for Apps
 ||\__/\____/||         ------------------------------------------

      

Then I did

gem installation kit

and received

Bundler-1.10.5 installed successfully

but when i tried

base-apps new myApp

I got

"Foundation-apps" is not recognized as an internal or external command, runtime program, or batch file.

working on windows 7, behind a proxy

+3


source to share


2 answers


It works for me on Windows 10, but I believe it is the same.
When I check npm folder: C:\Users\(YourName)\AppData\Roaming\npm


Command name foundation instead of base applications
So you have to type:foundation new



+2


source


If you are using Fedora-22 and potentially other operating systems, Siu Pang Tommy Choi's answer also applies; that is, replace base-apps with a new NAME to create a new NAME.



This is the first time I've run into this issue, so there may have been a change in the latest versions that the Foundation-apps team did not recommend (otherwise you should think about it). Just make sure you correctly indicate that you want "application" and not "site" when requesting.

0


source







All Articles