Created
January 11, 2016 07:55
-
-
Save cdvillard/e961767bb74de49fbc9d to your computer and use it in GitHub Desktop.
Error messages regarding initializing and starting Ghost from npm v2.14.12 and node v4.2.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ grunt init | |
Running "shell:ember:init" (shell) task | |
Installing client dependencies... | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires configstore@'^0.3.2' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\configstore, | |
npm WARN unmet dependency which is version 1.2.1 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires glob@'^4.3.2' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\glob, | |
npm WARN unmet dependency which is version 5.0.13 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires inquirer@'0.10.0' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\inquirer, | |
npm WARN unmet dependency which is version 0.5.1 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires semver@'^2.3.0' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\semver, | |
npm WARN unmet dependency which is version 4.3.6 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\npm requires glob@'~5.0.15' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\glob, | |
npm WARN unmet dependency which is version 5.0.13 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\npm requires minimatch@'~3.0.0' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\minimatch, | |
npm WARN unmet dependency which is version 2.0.10 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\npm requires semver@'~5.0.3' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\semver, | |
npm WARN unmet dependency which is version 4.3.6 | |
Running "shell:bower" (shell) task | |
Running "update_submodules:default" (update_submodules) task | |
Running "clean:tmp" (clean) task | |
>> 0 paths cleaned. | |
Running "buildAboutPage" task | |
Contributors template already exists. | |
Skipped | |
Running "shell:ember:dev" (shell) task | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Warning: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember build" | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Use --force to continue. | |
Aborted due to warnings. | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ ^C | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ grunt init --force | |
Running "shell:ember:init" (shell) task | |
Installing client dependencies... | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires configstore@'^0.3.2' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\configstore, | |
npm WARN unmet dependency which is version 1.2.1 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires glob@'^4.3.2' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\glob, | |
npm WARN unmet dependency which is version 5.0.13 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires inquirer@'0.10.0' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\inquirer, | |
npm WARN unmet dependency which is version 0.5.1 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\bower requires semver@'^2.3.0' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\semver, | |
npm WARN unmet dependency which is version 4.3.6 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\npm requires glob@'~5.0.15' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\glob, | |
npm WARN unmet dependency which is version 5.0.13 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\npm requires minimatch@'~3.0.0' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\minimatch, | |
npm WARN unmet dependency which is version 2.0.10 | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\npm requires semver@'~5.0.3' but will load | |
npm WARN unmet dependency C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\ember-cli\node_modules\semver, | |
npm WARN unmet dependency which is version 4.3.6 | |
Running "shell:bower" (shell) task | |
Running "update_submodules:default" (update_submodules) task | |
Running "clean:tmp" (clean) task | |
>> 0 paths cleaned. | |
Running "buildAboutPage" task | |
Running "shell:ember:dev" (shell) task | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Warning: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember build" | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Used --force, continuing. | |
Done, but with warnings. | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ npm start | |
> [email protected] start C:\Users\cdvillard\Projects\sandbox-2\ghost | |
> node index | |
ERROR: Javascript files have not been built. | |
Please read the getting started instructions at: | |
https://github.com/TryGhost/Ghost#getting-started | |
Error: Javascript files have not been built. | |
at C:\Users\cdvillard\Projects\sandbox-2\ghost\core\server\index.js:79:27 | |
at FSReqWrap.oncomplete (fs.js:82:15) | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ grunt prod | |
Running "shell:ember:prod" (shell) task | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Warning: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember build --environment=production --silent" | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Use --force to continue. | |
Aborted due to warnings. | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ grunt prod --force | |
Running "shell:ember:prod" (shell) task | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Warning: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember build --environment=production --silent" | |
'C:\Users\cdvillard\Projects\sandbox-2\ghost\core\client\node_modules\.bin\ember' is not recognized as an internal or external command, | |
operable program or batch file. | |
Used --force, continuing. | |
Running "uglify:prod" (uglify) task | |
>> 1 file created. | |
Running "master-warn" task | |
> Always two there are, no more, no less. A master and a stable. | |
Use the stable branch for live blogs. Never master! | |
Done, but with warnings. | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ npm start | |
> [email protected] start C:\Users\cdvillard\Projects\sandbox-2\ghost | |
> node index | |
ERROR: Javascript files have not been built. | |
Please read the getting started instructions at: | |
https://github.com/TryGhost/Ghost#getting-started | |
Error: Javascript files have not been built. | |
at C:\Users\cdvillard\Projects\sandbox-2\ghost\core\server\index.js:79:27 | |
at FSReqWrap.oncomplete (fs.js:82:15) | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ npm install --production | |
> [email protected] preinstall C:\Users\cdvillard\Projects\sandbox-2\ghost | |
> npm install semver && node -e "require('./core/server/utils/startup-check.js').nodeVersion()" | |
[email protected] node_modules\semver | |
cdvillard@Charles MINGW64 ~/Projects/sandbox-2/ghost (master) | |
$ npm start | |
> [email protected] start C:\Users\cdvillard\Projects\sandbox-2\ghost | |
> node index | |
ERROR: Javascript files have not been built. | |
Please read the getting started instructions at: | |
https://github.com/TryGhost/Ghost#getting-started | |
Error: Javascript files have not been built. | |
at C:\Users\cdvillard\Projects\sandbox-2\ghost\core\server\index.js:79:27 | |
at FSReqWrap.oncomplete (fs.js:82:15) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment