From charlesreid1

(Created page with "Going to try and get Angular detached from the nightmare otherwise known as Node.js.")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Going to try and get Angular detached from the nightmare otherwise known as Node.js.
Going to try and get Angular detached from this Node.js mess.
 
=Start=
 
==No Node - Well, Okay, Fine, Install Node==
 
First, I want to use Bower, that's it - no grunt, no gulp, no node.
 
But Bower is installed by Node, and that means I have to sit around for 45 minutes while node installs itself:
 
<pre>
git clone https://github.com/creationix/nvm.git ~/.nvm
echo "source ~/.nvm/nvm.sh" >> .bashrc
nvm ls-remote
nvm install -s v0.11.16
nvm alias default 0.11.16
npm install -g bower
</pre>
 
==Install Pelican==
 
<pre>
pip install pelican
</pre>
 
==Github Seed Project==
 
Archimedes pelican project on Github: https://github.com/charlesreid1/archimedes-pelican
 
[[Category:Javascript]]
[[Category:Github]]
[[Category:Angular]]
[[Category:Pelican]]

Latest revision as of 09:27, 16 April 2017

Going to try and get Angular detached from this Node.js mess.

Start

No Node - Well, Okay, Fine, Install Node

First, I want to use Bower, that's it - no grunt, no gulp, no node.

But Bower is installed by Node, and that means I have to sit around for 45 minutes while node installs itself:

git clone https://github.com/creationix/nvm.git ~/.nvm
echo "source ~/.nvm/nvm.sh" >> .bashrc
nvm ls-remote
nvm install -s v0.11.16
nvm alias default 0.11.16
npm install -g bower

Install Pelican

pip install pelican

Github Seed Project

Archimedes pelican project on Github: https://github.com/charlesreid1/archimedes-pelican