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
rush build fails with the error Cannot resolve dependency 'stylis-rule-sheet'. The node_modules folder contains a styled-components with its own node_modules and we can see stylis-rule-sheet installed.
The generated symlink to styled-components seems points to C:\Users\---\Projects\---\arc-mono\common\temp\node_modules\.registry.npmjs.org\styled-components\4.3.2\node_modules\styled-components which contains no node_modules folder.
Is this a feature or a bug?
Please describe the actual behavior.
rush build
fails with the errorCannot resolve dependency 'stylis-rule-sheet'
. Thenode_modules
folder contains astyled-components
with its ownnode_modules
and we can seestylis-rule-sheet
installed.Reproduction steps:
rush install
andrush build
What is the expected behavior?
The build script should not encounter any errors. Perhaps this is related with PNPM and #1447
The text was updated successfully, but these errors were encountered: