@@ -147,9 +147,9 @@ lerna info Executing command in 42 packages: "yarn run build"
147147@uifabric/foundation: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
148148@uifabric/icons: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
149149office-ui-fabric-react: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
150- office-ui-fabric-react: [XX:XX:XX XM] x Error detected while running 'ts:esm '
150+ office-ui-fabric-react: [XX:XX:XX XM] x Error detected while running 'ts:commonjs '
151151office-ui-fabric-react: [XX:XX:XX XM] x ------------------------------------
152- office-ui-fabric-react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/office-ui-fabric-react/tsconfig.json"
152+ office-ui-fabric-react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/office-ui-fabric-react/tsconfig.json"
153153office-ui-fabric-react: at ChildProcess.exithandler (child_process.js:295:12)
154154office-ui-fabric-react: at ChildProcess.emit (events.js:223:5)
155155office-ui-fabric-react: at ChildProcess.EventEmitter.emit (domain.js:498:23)
@@ -225,6 +225,6 @@ office-ui-fabric-react: ~~~~~~~~~~~~~~~~~~~~
225225office-ui-fabric-react: Found 22 errors.
226226office-ui-fabric-react: [XX:XX:XX XM] x ------------------------------------
227227office-ui-fabric-react: [XX:XX:XX XM] x Error previously detected. See above for error messages.
228- office-ui-fabric-react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs ]
228+ office-ui-fabric-react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm ]
229229office-ui-fabric-react: error Command failed with exit code 1.
230230lerna ERR! yarn run build exited 1 in 'office-ui-fabric-react'
0 commit comments