-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Q][Support] Khi chạy "node app.js" bị báo lỗi "Error: Cannot find module 'express'" #13
Comments
Sau lệnh |
Lần đầu sau khi pull project về, anh chạy lệnh |
Cảm ơn 2 bác. Em chạy thử và lỗi như sau:
Warning khi chạy "npm install"
|
anh thử vào thư mục
Chỗ warning khi chạy |
Mình chạy lại và lỗi như sau:
|
em cũng không hiểu sao trên máy anh lại không install được sub-dependences nữa. |
Mình dùng trên Ubuntu 14.04
|
Em new với nodejs nhé.
Em cài thử
495 git clone https://github.com/Openroadvietnam/openaccounting.git
497 cd openaccounting/
499 node app.js
-> bị báo thiếu/lỗi
module.js:340
throw err;
^
Error: Cannot find module 'express'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/home/vuhung/tmp/openaccounting/app.js:16:15)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
502 npm install express
504 npm install body-parser
506 npm install passport
508 npm install phantom
510 npm install mongoose
-> Cài xong 1 loạt và chạy thử lại "node app.js" vẫn bị báo thiếu gói.
Có lẽ nodejs chưa cài đặt, cấu hình đúng hay sao?
Mong các bác giúp đỡ
vuhung@d330:
/tmp/openaccounting$ cat /etc/os-release/tmp/openaccounting$ uname -aNAME="Ubuntu"
VERSION="14.04.1 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.1 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
vuhung@d330:
Linux d330 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: