weexteam / article

This repos is a third party collection, and is not developed nor maintained by Apache Weex.
1.22k stars 141 forks source link

weex creaet awesome-app issue #186

Closed KitYeungDev closed 6 years ago

KitYeungDev commented 6 years ago

I am a freshman for weex . Pls help to advise below error . Thanks .

Environment : Linux CentOS7 64bit nodejs version : 8.9.4 npm version : 5.6.0

Log : module.js:540 throw err; ^

Error: Cannot find module './gituser' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object. (/home/itadgz/.xtoolkit/node_modules/weexpack/lib/utils/index.js:15:15) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3)

KitYeungDev commented 6 years ago

er... fixed .

solution :

cd /home/itadgz/.xtoolkit/node_modules/weexpack/lib/utils/
mv gitUser.js gituser.js