Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

npm 3: install fails on Windows with node 0.10 #8750

Closed
mantoni opened this issue Jun 29, 2015 · 4 comments
Closed

npm 3: install fails on Windows with node 0.10 #8750

mantoni opened this issue Jun 29, 2015 · 4 comments
Labels
Milestone

Comments

@mantoni
Copy link
Contributor

mantoni commented Jun 29, 2015

Installing anything on a Windows workstation fails with Error: EACCES, access '{project-dir}'.

The error happens on this line: https://github.com/npm/npm/blob/master/lib/install/check-permissions.js#L77

It works fine when switching to Node 0.12 and it also works on Unix with Node 0.10.
I checked with the Windows cmd and also through cygwin.

@iarna @othiym23 Please advise if there is any temporary hack that we could put in locally to work around the issue.

@lukeapage
Copy link

+1 this exact error is happening to me with node 0.10.30

@lukeapage
Copy link

duplicate of : #8701

@lukeapage
Copy link

temporary hack explained here: #8701 (comment)

@iarna
Copy link
Contributor

iarna commented Jul 1, 2015

Yeah, I'm closing this as a dup of #8701. I'm going to start by disabling this check on windows this week and then I'll come back to figuring out how to do this right later on.

@iarna iarna closed this as completed Jul 1, 2015
@iarna iarna added this to the 3.x milestone Jul 1, 2015
@iarna iarna added the bug label Jul 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants