Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fix for windows #2235

Merged
merged 6 commits into from
May 18, 2016
Merged

Some fix for windows #2235

merged 6 commits into from
May 18, 2016

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.0 milestone May 17, 2016
@@ -857,6 +862,8 @@ $(NPM_CMD):
$(PRERULE_CMD)
ifeq ($(OPERATING_SYSTEM), LINUX)
npm install npm || sleep 20 || npm install npm || sleep 90 || npm install npm
else
touch $@
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we document the fact that Windows users should create a npm file in the root folder of their project ? Or is this file automatically created ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file is automatically created :-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice ! Thanks ;-) (I am discovering touch...)

@fredj
Copy link
Member

fredj commented May 18, 2016

LGTM

@sbrunner sbrunner merged commit 8cfe274 into 2.0 May 18, 2016
@sbrunner sbrunner deleted the windows branch May 18, 2016 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants