I am trying to take a website that was developed with meteor and turn it into a mobile app. I cannot get the app to run in the browser however and keep getting the same error and am unsure how to fix the problem.
I do not know where to go from here with this issue.
It keeps saying to run meteor npm install --save bcrypt
and I do and it does not do anything.
W20190702-13:47:48.467(-5)? (STDERR) Note: you are using a pure-JavaScript imple
mentation of bcrypt.
W20190702-13:47:48.505(-5)? (STDERR) While this implementation will work correct
ly, it is known to be
W20190702-13:47:48.506(-5)? (STDERR) approximately three times slower than the n
ative implementation.
W20190702-13:47:48.506(-5)? (STDERR) In order to use the native implementation i
nstead, run
W20190702-13:47:48.506(-5)? (STDERR)
W20190702-13:47:48.507(-5)? (STDERR) meteor npm install --save bcrypt
W20190702-13:47:48.507(-5)? (STDERR)
W20190702-13:47:48.507(-5)? (STDERR) in the root directory of your application.
W20190702-13:47:48.664(-5)? (STDERR) C:\Users\TR\AppData\Local\.meteor\packages\
meteor-tool\1.8.1\mt-os.windows.x86_64\dev_bundle\server-lib\node_modules\fibers
\future.js:280
W20190702-13:47:48.665(-5)? (STDERR)
throw(ex);
W20190702-13:47:48.666(-5)? (STDERR)
^
W20190702-13:47:48.666(-5)? (STDERR)
W20190702-13:47:48.666(-5)? (STDERR) TypeError: Cannot read property 'constructo
r' of undefined
W20190702-13:47:48.667(-5)? (STDERR) at exposeSubscription (packages\meteorh
acks_meteorx.js:61:41)
W20190702-13:47:48.667(-5)? (STDERR) at exposeLivedata (packages\meteorhacks
_meteorx.js:31:5)
W20190702-13:47:48.667(-5)? (STDERR) at packages\meteorhacks_meteorx.js:175:
1
W20190702-13:47:48.667(-5)? (STDERR) at packages\meteorhacks_meteorx.js:200:
4
W20190702-13:47:48.668(-5)? (STDERR) at packages\meteorhacks_meteorx.js:208:
3
W20190702-13:47:48.668(-5)? (STDERR) at C:\Users\TR\eportfolio(2)\.meteor\lo
cal\build\programs\server\boot.js:419:36
W20190702-13:47:48.668(-5)? (STDERR) at Array.forEach (<anonymous>)
W20190702-13:47:48.668(-5)? (STDERR) at C:\Users\TR\eportfolio(2)\.meteor\lo
cal\build\programs\server\boot.js:228:19
W20190702-13:47:48.669(-5)? (STDERR) at C:\Users\TR\eportfolio(2)\.meteor\lo
cal\build\programs\server\boot.js:479:5
W20190702-13:47:48.669(-5)? (STDERR) at Function.run (C:\Users\TR\eportfolio
(2)\.meteor\local\build\programs\server\profile.js:510:12)
W20190702-13:47:48.669(-5)? (STDERR) at C:\Users\TR\eportfolio(2)\.meteor\lo
cal\build\programs\server\boot.js:478:11
=> Exited with code: 1