I am working on Ubuntu 14.04LTS with Node v0.10.25, npm v1.3.10, yeoman v1.1.2, and generator-polymer v0.2.2.
Running the generator-polymer after the yo command exits with the following Node error:
node.js:811
var cwd = process.cwd();
^
Error: ENOENT, no such file or directory
at Function.startup.resolveArgv0 (node.js:811:23)
at startup (node.js:58:13)
at node.js:902:3
stat30fbliss@rob-UbuntuPad:~/Dropbox/Workbench$ mkdir polymer && cd polymer
stat30fbliss@rob-UbuntuPad:~/Dropbox/Workbench/polymer$ yo
[?] What would you like to do? Run the Polymer generator (0.2.2)
Make sure you're in the directory you want to scaffold into.
This generator can also be run with: yo polymer
_-----_
| | .--------------------------.
|--(o)--| | Out of the box I include |
`---------´ | the Polymer |
( _´U`_ ) | seed-element. |
/___A___\ '--------------------------'
| ~ |
__'.___.'__
´ ` |° ´ Y `
[?] What is your GitHub username? stat30fbliss
[?] What is your element's name: polymer
create .gitignore
create .gitattributes
create .bowerrc
create bower.json
create .jshintrc
create .editorconfig
create polymer.css
create polymer.html
create index.html
create demo.html
create README.md
I'm all done. Running bower install for you to install the required dependencies. If this fails, try running the command yourself.
bower cached git://github.com/Polymer/polymer.git#0.3.3
bower validate 0.3.3 against git://github.com/Polymer/polymer.git#~0.3.1
bower cached git://github.com/Polymer/polymer.git#0.3.3
bower validate 0.3.3 against git://github.com/Polymer/polymer.git#>=0.3.0 <1.0.0
bower install polymer#0.3.3
polymer#0.3.3
├── core-component-page#0.3.3
└── platform#0.3.3
Bye from us! Chat soon.
Addy Osmani
Sindre Sorhus
Brian Ford
Eric Bidelman
Paul Irish
Mickael Daniel
Pasca1 Hartig
Stephen S.wchuk
Frederick R0s
stat30fbliss@rob-UbuntuPad:~/Dropbox/Workbench/polymer$
node.js:811
var cwd = process.cwd();
^
Error: ENOENT, no such file or directory
at Function.startup.resolveArgv0 (node.js:811:23)
at startup (node.js:58:13)
at node.js:902:3
Here is a screenshot of my directory after the generator fails:
All of the files are populated. The only listing in bower.json is polymer:
I am working on Ubuntu 14.04LTS with Node v0.10.25, npm v1.3.10, yeoman v1.1.2, and generator-polymer v0.2.2.
Running the generator-polymer after the yo command exits with the following Node error:
Googling the error will get you here: https://github.com/nodejitsu/forever/issues/200
Here is a dump of my console:
Here is a screenshot of my directory after the generator fails:
All of the files are populated. The only listing in
bower.json
is polymer:Let me know if I can provide any more details.