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
ERR! ModuleNotFoundError: Module not found: Error: Can't resolve './keys' in '/home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/ramda/es'
error 18-Aug-2023 22:31:54 ERR! Did you mean 'keys.js'?
error 18-Aug-2023 22:31:54 ERR! BREAKING CHANGE: The request './keys' failed to resolve only because it was resolved as fully specified
error 18-Aug-2023 22:31:54 ERR! (probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
error 18-Aug-2023 22:31:54 ERR! The extension in the request is mandatory for it to be fully specified.
error 18-Aug-2023 22:31:54 ERR! Add the extension to the request.
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/Compilation.js:2011:28
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:795:13
error 18-Aug-2023 22:31:54 ERR! at eval (eval at create (/home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:10:1)
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:275:22
error 18-Aug-2023 22:31:54 ERR! at eval (eval at create (/home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:431:22
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:124:11
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:667:25
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:852:8
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:972:5
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/neo-async/async.js:6883:13
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/lib/NormalModuleFactory.js:889:17
error 18-Aug-2023 22:31:54 ERR! at finishResolved (/home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:278:11)
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:342:25
error 18-Aug-2023 22:31:54 ERR! at /home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:409:24
error 18-Aug-2023 22:31:54 ERR! at eval (eval at create (/home/bamboo/bamboo-agent-home/xml-data/build-dir/AR-LAN-STOR/source/node_modules/webpack/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:12:1)
Describe the bug
Error while trying to build storybook on bamboo:
I'm using npm > 8 and roll up.
Here is the package.json:
This issue is similar to #19927 and I wondered if this is too down to the enhanced resolve package.
To Reproduce
No response
System
Additional context
Note this doesn't happen locally I am able to build storybook successfully.
Bamboo environment has been set to use node 16 for all npm commands.
The text was updated successfully, but these errors were encountered: