Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Just can't get started #35

Closed
miloxeon opened this issue Jun 3, 2017 · 6 comments
Closed

Just can't get started #35

miloxeon opened this issue Jun 3, 2017 · 6 comments
Assignees

Comments

@miloxeon
Copy link

miloxeon commented Jun 3, 2017

Hello. Grommet looks awesome and I can't wait to check it out, but when I go exactly like tutorial asks me to go, I get
(node:1528) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: 0, right on grommet new sample-app

I get the error on Windows, NPM 3.10.10 and Node 6.9.4.

@alansouzati
Copy link
Contributor

interesting. are you running with administrator permission? I'm assuming for some reason your CLI is not able to create the folder.

I cannot reproduce this issue in my mac. let me try to reproduce it in a windows machine.

@miloxeon
Copy link
Author

Yes, of course I run as administrator. If there was any Grommet updates since then, the bug may be fixed, but 23 days ago I got that error on latest version then and I'm sure I did everything just as described in tutorial.

Thanks for your support!

@alansouzati
Copy link
Contributor

i'm setting up a windows vm right now so that I can try this.

@alansouzati
Copy link
Contributor

alansouzati commented Jun 26, 2017

I was able to "reproduce" this, but it is just a warning, the app should work as expected.

screen shot 2017-06-26 at 2 40 17 pm

This is related to an optional node fsevents module.

I will make sure to remove the unhandledpromise warning in the CLI so that it does not confuse folks.

FYI we do not use fsevents directly but webpack-dev-server does. See this issue for more information:

fsevents/fsevents#165

@alansouzati
Copy link
Contributor

the unhandled promise has been removed in this commit:

b7f1315

@alansouzati alansouzati self-assigned this Jun 27, 2017
@miloxeon
Copy link
Author

Thanks a lot!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants