For data-portal, I defined a dependency in `packag...
# ui
s
For data-portal, I defined a dependency in
package.json
, but when building frontend, I cannot find this dependency in
node_modules
, anything else I need to do to add new dependencies?
b
@witty-hydrogen-79411 ^^^
s
Also I see that
custom-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 base
w
under
data-portal
right?
did you ran yarn?
s
under
data-portal
yes. I have a
.ts
file under it, now I change the file to
.js
to import works. I am not sure why though
r
run yarn in
datahub-web
since it's a monorepo you probably aren't properly building if you aren't pulling in all the correct dependencies
s
Thanks everyone for answering, I have got it fixed. Thanks!