react native: npm,no such file or directory -


the document @ :

https://github.com/jpush/jpush-react-native

react native run npm command error:

fs.js:953 binding.stat(pathmodule._makelong(path)); ^

error: enoent: no such file or directory, stat '/users/yianwork/app/patient/ios/build/build/products/debug-iphonesimulator/sdwebimage ios static.framework/sdwebimage ios static'      @ object.fs.statsync (fs.js:953:11) .       @ eachfilesync (/users/yianwork/app/patient/node_modules/jpush-react-native/jpushconfiguration.js:208:17)       @ /users/yianwork/app/patient/node_modules/jpush-react-native/jpushconfiguration.js:216:4 .      @ array.foreach (native) .      @ eachfilesync (/users/yianwork/app/patient/node_modules/jpush-react-native/jpushconfiguration.js:215:9)       @ /users/yianwork/app/patient/node_modules/jpush-react-native/jpushconfiguration.js:216:4 .      @ array.foreach (native)       @ eachfilesync (/users/yianwork/app/patient/node_modules/jpush-react-native/jpushconfiguration.js:215:9) .      @ /users/yianwork/app/patient/node_modules/jpush-react-native/jpushconfiguration.js:216:4       @ array.foreach (native)    npm err! code elifecycle .   npm err! errno 1 .   npm err! patient@0.0.1 configurejpush: `node node_modules/jpush-react-native/jpushconfiguration.js "52b6ceb3eaf282ce0f9308e8" "app"` .  npm err! exit status 1 .  npm err!    npm err! failed @ patient@0.0.1 configurejpush script.   npm err! not problem npm. there additional logging output above.     npm err! complete log of run can found in:   npm err!     /users/yianwork/.npm/_logs/2017-09-11t09_10_47_925z-debug.log    

i find file in folder. file alias enter image description here


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -