Skip to content

Instantly share code, notes, and snippets.

@ThreeToes
Created February 10, 2014 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThreeToes/8913828 to your computer and use it in GitHub Desktop.
Save ThreeToes/8913828 to your computer and use it in GitHub Desktop.
C:\Users\Stephen\hoodie_app>node ..\AppData\Roaming\npm\node_modules\hoodie-cli\bin\hoodie new app --verbose
.d$b. .d$b. .d$$$$$$b. .d$$$$$$b. .d$$$$$$b. .d$b..d$$$$$$$$b.
$$$$$..$$$$$.$$$$$$$$$$$b .$$$$$$$$$$$b $$$$$$$$$$b $$$$$$$$$$$$$$$P'
$$$$$$$$$$$$d$$$$$$$$$$$$bd$$$$$$$$$$$$b$$$$$$$$$$$b$$$$$$$$$$$$$$$b.
$$$$$$$$$$$$Q$$$$$$$$$$$$PQ$$$$$$$$$$$$P$$$$$$$$$$$P$$$$$$$$$$$$$$$P'
$$$$$´`$$$$$'$$$$$$$$$$$$''$$$$$$$$$$$$'$$$$$$$$$$P $$$$$$$$$$$$$$$b.
'Q$P' 'Q$P' 'Q$$$$$$P' 'Q$$$$$$P' 'Q$$$$$$$P 'Q$P''Q$$$$$$$$P'
Version: 0.4.5 (node v0.10.25, npm 1.3.26, platform: win32)
[hoodie] Updated package.json
[hoodie] fetching npm dependencies:
[hoodie] removing .git folder
npm info it worked if it ends with ok
npm verb cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe',
npm verb cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli 'install',
npm verb cli '--production',
npm verb cli '--cache-min',
npm verb cli '99999999',
npm verb cli '--loglevel',
npm verb cli 'silly' ]
npm info using npm@1.3.24
npm info using node@v0.10.25
npm verb node symlink C:\Program Files (x86)\nodejs\\node.exe
npm WARN package.json app@1.0.7 No repository field.
npm verb readDependencies using package.json deps
npm verb install where, deps [ 'C:\\Users\\Stephen\\.hoodie\\cache\\my-first-hoodie',
npm verb install [ 'hoodie-server',
npm verb install 'hoodie-plugin-appconfig',
npm verb install 'hoodie-plugin-email',
npm verb install 'hoodie-plugin-users' ] ]
npm info preinstall app@1.0.7
npm verb readDependencies using package.json deps
npm verb already installed skipping hoodie-server@~0.9.6 C:\Users\Stephen\.hoodie\cache\my-first-hoodie
npm verb already installed skipping hoodie-plugin-appconfig@~0.1.1 C:\Users\Stephen\.hoodie\cache\my-first-hoodie
npm verb already installed skipping hoodie-plugin-email@~0.1.4 C:\Users\Stephen\.hoodie\cache\my-first-hoodie
npm verb already installed skipping hoodie-plugin-users@~0.0.11 C:\Users\Stephen\.hoodie\cache\my-first-hoodie
npm sill resolved []
npm info build C:\Users\Stephen\.hoodie\cache\my-first-hoodie
npm verb linkStuff [ false, false, false, 'C:\\Users\\Stephen\\.hoodie\\cache' ]
npm info linkStuff app@1.0.7
npm verb linkBins app@1.0.7
npm verb linkMans app@1.0.7
npm verb rebuildBundles app@1.0.7
npm verb rebuildBundles [ 'hoodie-plugin-appconfig',
npm verb rebuildBundles 'hoodie-plugin-email',
npm verb rebuildBundles 'hoodie-plugin-users',
npm verb rebuildBundles 'hoodie-server' ]
npm info install app@1.0.7
npm info postinstall app@1.0.7
npm info prepublish app@1.0.7
npm verb exit [ 0, true ]
npm[hoodie] preparing app...
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file C:\Users\Stephen\hoodie_app already exists.
Error occurred while processing: C:\Users\Stephen\hoodie_app.
cp: cannot create directory `C:\\Users\\Stephen\\hoodie_app/app/C:\\Users\\Stephen\\.hoodie\\cache\\my-first-hoodie': No such file or di
rectory
something went wrong...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment