some-crayon-90964
10/06/2020, 3:39 PMpackage.json
, but when building frontend, I cannot find this dependency in node_modules
, anything else I need to do to add new dependencies?bumpy-keyboard-50565
10/06/2020, 3:42 PMsome-crayon-90964
10/06/2020, 4:17 PMcustom-ldap.ts
imports ember-simple-auth/authenticators/base
, however I am not able to import ember-simple-auth/authenticators/torii
which is in node_modules
under the same folder as basewitty-hydrogen-79411
10/06/2020, 9:05 PMdata-portal
right?witty-hydrogen-79411
10/06/2020, 9:05 PMsome-crayon-90964
10/07/2020, 1:51 PMdata-portal
yes. I have a .ts
file under it, now I change the file to .js
to import works. I am not sure why thoughrefined-fireman-13417
10/12/2020, 6:17 PMdatahub-web
since it's a monorepo you probably aren't properly building if you aren't pulling in all the correct dependenciessome-crayon-90964
10/16/2020, 2:50 PM