frankcollins3 / Next-Water-App

Happy, Healthy Water Cycling App that tracks user/human fluid intake.
https://next-water-app.vercel.app
1 stars 0 forks source link

passport & bcrypt causing abort of npm [5:35pm] #60

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: utilize passport for login authentication (route was working before with strict equality measures)

error: dyld: Symbol not found: ____chkstk_darwin Referenced from: /Users/me/Desktop/next-water-app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib

[1] 4475 abort npm run dev

proposed approach: bcrypt -g ? problem with bcrypt perhaps it needs to be installed globally

frankcollins3 commented 1 year ago

nested issue: "bcrypt": "^5.1.0", "bcryptjs": "^2.4.3",

passport kept coming up undefined and re-ran: npm i

now "react" is not a module && redis.get() "no get method on redis" [6:11pm]