ฉันกำลังพยายามติดตั้งการอ้างอิงของตัวอย่าง: 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
หรือไม่?
ฉันกำลังวิ่ง:
- Windows 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>
ไหม(เช่นมี