Closed sreelekhaa closed 3 months ago
I fixed this issue by replacing @forward '${file.importPath}'
with @forward '${file.importPath.replace(/\\/g, '/')}'
in the build-styles.js files. The build process fails at carbon-cli inline
in the build command specified in packages/grid/package.json. However, it works fine when carbon-cli inline is removed.
@sreelekhaa could you share more about your environment? Platform, node version, shell, etc.? Our team can't repro this
@tay1orjones
I am also facing exact same issue:
Following are environment details: Windows 11, yarn --version 4.5.0
{ carbon: '0.0.0', npm: '10.2.4', node: '20.11.0', acorn: '8.11.2', ada: '2.7.4', ares: '1.20.1', base64: '0.5.1', brotli: '1.0.9', cjs_module_lexer: '1.2.2', cldr: '43.1', icu: '73.2', llhttp: '8.1.1', modules: '115', napi: '9', nghttp2: '1.58.0', nghttp3: '0.7.0', ngtcp2: '0.8.1', openssl: '3.0.12+quic', simdutf: '4.0.4', tz: '2023c', undici: '5.27.2', unicode: '15.0', uv: '1.46.0', uvwasi: '0.0.19', v8: '11.3.244.8-node.17', zlib: '1.2.13.1-motley-5daffc7' }
Hi!
I'm trying to install the carbon-design-system/carbon package and I'm facing this issue. Has anyone seen this before? Thank you
Discussed in https://github.com/carbon-design-system/carbon/discussions/15418