You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, bit-docs/lib/configure/node_modules/bit-docs-generate-html has yet another nested node_modules directory... So therefore, changes made to for instance:
Will not show up, because bit-docs-generate-html is downloading bit-docs-prettify into it's own node_modules directory.
This was confusing to me when trying to see changes I was making in the bit-docs-prettify that was one nested node_modules up.
Not sure if this can be avoided, but this issue will at least serve as a reminder to myself, and might help someone else who isn't seeing their changes when trying to make edits in the same naive way.
The text was updated successfully, but these errors were encountered:
Because, even if you symlink the second-level nested node_modules or use file: syntax, the remote npm package will ultimately be getting downloaded into the third-level nested build/HASH/node_modules directory.
This threw me off:
As you can see,
bit-docs/lib/configure/node_modules/bit-docs-generate-html
has yet another nestednode_modules
directory... So therefore, changes made to for instance:Will not show up, because
bit-docs-generate-html
is downloadingbit-docs-prettify
into it's ownnode_modules
directory.This was confusing to me when trying to see changes I was making in the
bit-docs-prettify
that was one nestednode_modules
up.Not sure if this can be avoided, but this issue will at least serve as a reminder to myself, and might help someone else who isn't seeing their changes when trying to make edits in the same naive way.
The text was updated successfully, but these errors were encountered: