Day 266
HULK! SMASH!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
smc@tosh:~/projects$ foundation new --framework emails
? What's the project called? (no spaces) frame-email
_____
/ \
/= . |
___| == | / Thanks for using ZURB Foundation for Emails!
/ | === \ -------------------------------------------
| | ==== | Let's set up a new project.
/__/| ===== \ It shouldn't take more than a minute.
( __ )
(O) (O)
( __, )
\______/
Downloading the project template...
Done downloading!
Installing dependencies...
npm ERR! git rev-list -n1 4.0: fatal: ambiguous argument '4.0': unknown revision or path not in the working tree.
npm ERR! git rev-list -n1 4.0: Use '--' to separate paths from revisions, like this:
npm ERR! git rev-list -n1 4.0: 'git <command> [<revision>...] -- [<file>...]'
npm ERR! git rev-list -n1 4.0:
There were some problems during the installation.
✓ New project folder created.
✗ Node modules not installed. Try running npm install manually.
✓ Bower components installed.
Once you've resolved the above issues, run foundation watch while inside the frame-email folder.
smc@tosh:~/projects$
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
smc@tosh:~/projects$ foundation new --framework emails
? What's the project called? (no spaces) frame-email
_____
/ \
/= . |
___| == | / Thanks for using ZURB Foundation for Emails!
/ | === \ -------------------------------------------
| | ==== | Let's set up a new project.
/__/| ===== \ It shouldn't take more than a minute.
( __ )
(O) (O)
( __, )
\______/
Downloading the project template...
Done downloading!
Installing dependencies...
npm ERR! git rev-list -n1 4.0: fatal: ambiguous argument '4.0': unknown revision or path not in the working tree.
npm ERR! git rev-list -n1 4.0: Use '--' to separate paths from revisions, like this:
npm ERR! git rev-list -n1 4.0: 'git <command> [<revision>...] -- [<file>...]'
npm ERR! git rev-list -n1 4.0:
There were some problems during the installation.
✓ New project folder created.
✗ Node modules not installed. Try running npm install manually.
✓ Bower components installed.
Once you've resolved the above issues, run foundation watch while inside the frame-email folder.
smc@tosh:~/projects$
Comments
Post a Comment