GithubHelp home page GithubHelp logo

Comments (14)

juliangruber avatar juliangruber commented on June 11, 2024

do you have git installed?

from myth.

ssppgit avatar ssppgit commented on June 11, 2024

Yes, i have git installed!

from myth.

juliangruber avatar juliangruber commented on June 11, 2024

can you try this in an empty directory?

$ npm install visionmedia/node-concat-stream

from myth.

forgetpluto avatar forgetpluto commented on June 11, 2024

C:\Users\user\Desktop\Myth>npm install visionmedia/node-concat-stream
npm ERR! addLocal Could not install visionmedia/node-concat-stream
npm ERR! Error: ENOENT, stat 'C:\Users\user\Desktop\Myth\visionmedia\node-concat-stream'
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/isaacs/npm/issues

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "visionmedia/node-concat-stream"
npm ERR! cwd C:\Users\user\Desktop\Myth
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.21
npm ERR! path C:\Users\user\Desktop\Myth\visionmedia\node-concat-stream
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\user\Desktop\Myth\npm-debug.log
npm ERR! not ok code 0

from myth.

juliangruber avatar juliangruber commented on June 11, 2024

Def. a problem with your installation, I still suspect npm can't use git. isaacs/npm is the correct place for this.

from myth.

juliangruber avatar juliangruber commented on June 11, 2024

Please reopen when this can't be fixed on your side and we have to look for another solution.

from myth.

ianstormtaylor avatar ianstormtaylor commented on June 11, 2024

Super weird, looks like an npm on windows thing maybe

from myth.

forgetpluto avatar forgetpluto commented on June 11, 2024

how can i fix it ? i run node.js latest version on windows 8.1.

from myth.

ianstormtaylor avatar ianstormtaylor commented on June 11, 2024

looks like there's two different errors. the one you posted in isaacs/npm is different, and was there for a sec (even i saw it) but now its not. i assume the windows-specific one is still there. that's the one you should probably open as an issue on that repo i think

from myth.

forgetpluto avatar forgetpluto commented on June 11, 2024

C:\Users\user>npm repo
npm ERR! Error: ENOENT, open 'C:\Users\user\package.json'
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/isaacs/npm/issues

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js"
"repo"
npm ERR! cwd C:\Users\user
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.21
npm ERR! path C:\Users\user\package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\user\npm-debug.log
npm ERR! not ok code 0

from myth.

yamafaktory avatar yamafaktory commented on June 11, 2024

I was dealing with the same error on windows 8.1 and node v0.10.24 too. Thanks to juliangruber's comment, everything is ok now. Just install git for windows (http://git-scm.com/download/win) and don't forget to add git in your path when the installer asked for it.

from myth.

ianstormtaylor avatar ianstormtaylor commented on June 11, 2024

nice, thanks @yamafaktory!

from myth.

forgetpluto avatar forgetpluto commented on June 11, 2024

Thank you 👍

from myth.

markatcanary avatar markatcanary commented on June 11, 2024

npm http 304 https://registry.npmjs.org/keypress
npm http GET https://registry.npmjs.org/yo
npm http 304 https://registry.npmjs.org/yo
npm ERR! notarget No compatible version found: yo@'>=1.2.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0-beta.5","1.0.0-beta.6","1.0.0-beta.7","1.0.0-rc.1","1.0.0-rc.1.1","1.0.0-rc.1.2","1.0.0-rc.1.3","1.0.0-rc.1.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7-pre.1","1.0.7-pre.2","1.0.7-pre.3","1.1.0","1.1.1","1.1.2"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! System Linux 3.5.0-45-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "generator-angular-fullstack" "--save"
npm ERR! cwd /home/ankur/Desktop/jayu
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.24
npm ERR! code ETARGET
npm ERR! Error: EACCES, open 'npm-debug.log'
npm ERR! { [Error: EACCES, open 'npm-debug.log'] errno: 3, code: 'EACCES', path: 'npm-debug.log' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! System Linux 3.5.0-45-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "generator-angular-fullstack" "--save"
npm ERR! cwd /home/ankur/Desktop/jayu
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.24
npm ERR! path npm-debug.log
npm ERR! code EACCES
npm ERR! errno 3
npm ERR! stack Error: EACCES, open 'npm-debug.log'
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ankur/Desktop/jayu/npm-debug.log
npm ERR! not ok code 0

from myth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.