일부 예제의 종속성을 설치하려고합니다 .npm express 2.5.8
은 다운로드했지만 모든 앱에서 동일한 오류가 발생합니다.
c:\node\stylus>npm install -d
npm info it worked if it ends with ok
npm info using npm@1.1.1
npm info using node@v0.6.11
npm ERR! Couldn't read dependencies.
npm ERR! Error: ENOENT, no such file or directory 'c:\node\stylus\package.json'
npm ERR! You may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program File
s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-d"
npm ERR! cwd c:\node\stylus
npm ERR! node -v v0.6.11
npm ERR! npm -v 1.1.1
npm ERR! path c:\node\stylus\package.json
npm ERR! code ENOENT
npm ERR! message ENOENT, no such file or directory 'c:\node\stylus\package.json'
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\node\stylus\npm-debug.log
npm not ok
막힘은 다음과 같습니다.
해당 파일이나 디렉토리가 없습니다 'c : \ node \ stylus \ package.json
내가 만드는 단계를 놓쳤습니까 package.json
?
나는 뛰고있어:
- 윈도우 7 64 비트
- npm 1.1.1
- 노드 6.11
- 표현 2.5.8
npm view <package>
package.json
의존성과 함께 당신을 보여줄 것 입니다. 또한 npm help
친구입니다.
npm view package
했지만이 오류가 발생합니다 : i.imgur.com/AwGHu.gif . : 나는 일 이들 중 일부 얻으려고 github.com/visionmedia/express/tree/2.x/examples을
<package>
예를 들어 예를 들어보십시오 npm view stylus
.
npm install <package>
?