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
storybook info bootstrap Generate DLL (dll)
storybook info bootstrap dll
lerna notice cli v3.19.0
lerna notice filter including "@storybook/ui"
lerna info filter [ '@storybook/ui' ]
lerna info Executing command in 1 package: "yarn run createDlls"
lerna ERR! yarn run createDlls exited 1 in '@storybook/ui'
lerna ERR! yarn run createDlls stdout:
$ node -r esm ./scripts/createDlls.js
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! yarn run createDlls stderr:
/Users/shilman/projects/baseline/storybook/lib/ui/scripts/createDlls.js:1
import path from 'path';
SyntaxError: Unexpected identifier
at new Script (vm.js:83:7)
error Command failed with exit code 1.
lerna ERR! yarn run createDlls exited 1 in '@storybook/ui'
error Command failed with exit code 1.
however, when i subsequently run yarn bootstrap --core it succeeds.
this is a small thing. but it's problem, because it adds an extra step to my release process, and i release all the time. it's my first time to encounter this, and i'm seeing it on both next and master.
Note: I just upgraded to [email protected]. I'm not sure if it's related.
The text was updated successfully, but these errors were encountered:
When i run
yarn bootstrap --reset --core
:however, when i subsequently run
yarn bootstrap --core
it succeeds.this is a small thing. but it's problem, because it adds an extra step to my release process, and i release all the time. it's my first time to encounter this, and i'm seeing it on both
next
andmaster
.Note: I just upgraded to
[email protected]
. I'm not sure if it's related.The text was updated successfully, but these errors were encountered: