From 71114877e8e5409e37dc5a4c03015408f8e905fc Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 31 Mar 2019 07:26:37 -0400 Subject: #801 rip out bower, move to unmanaged externals --- docs/guides/source.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/guides') diff --git a/docs/guides/source.rst b/docs/guides/source.rst index c1956657..deb0b95e 100644 --- a/docs/guides/source.rst +++ b/docs/guides/source.rst @@ -58,12 +58,12 @@ Dec 2018, I'm using Node ``v8.11.2``. I use `n `__ to manage node versions and switch between them. -Install cordova, ionic, and bower +Install cordova and ionic ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: bash - npm install -g cordova ionic bower + npm install -g cordova ionic npm install @ionic/v1-toolkit --save-dev And some more: @@ -101,7 +101,6 @@ Configure build configure zmNinja and get all required plugins cd zmNinja npm install - bower install ionic cordova platform add android (or ios) cordova prepare @@ -210,7 +209,6 @@ Typically, just running :: npm install - bower install Should have installed everything. Validate by checking you have ``electron`` installed by invoking it on the command line -- cgit v1.2.3