-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Description
I'm using Loopback to build my project. Loopback/Stroploop internally uses Globalize and cldr for globalization in strong-globalize. Looks like they use webpack while building.
And I'm getting the following error:
16753kB /index.js [12444ms]
internal/modules/cjs/loader.js:589
throw err;
^
Error: Cannot find module 'cldr'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
at Function.Module._load (internal/modules/cjs/loader.js:513:25)
at Module.require (internal/modules/cjs/loader.js:643:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (/tmp/86f4f7db49348/index.js:77424:18)
at __webpack_require__ (/tmp/86f4f7db49348/index.js:21:30)
at /tmp/86f4f7db49348/index.js:90591:4
at Object.<anonymous> (/tmp/86f4f7db49348/index.js:90598:2)
at __webpack_require__ (/tmp/86f4f7db49348/index.js:21:30)
at Object.<anonymous> (/tmp/86f4f7db49348/index.js:306120:18)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels