-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Do you want to request a feature or report a bug?
A bug.
What is the current behavior?
I'm unable to use yarn. Whenever i try it I get this: error An unexpected error occurred: "Cannot find module \"./rx.lite\"".
If the current behavior is a bug, please provide the steps to reproduce.
I'm trying to paste de error log somewhere to show it, but it's rather long and both pastebin and gist are not working. Here goes the error part of it. Please tell me if there is some other part of it that could be useful to trace the problem.
Trace:
Error: Cannot find module "./rx.lite"
at webpackMissingModule (/usr/share/yarn/lib/cli.js:41505:83)
at Object.<anonymous> (/usr/share/yarn/lib/cli.js:41505:169)
at Object.<anonymous> (/usr/share/yarn/lib/cli.js:41514:3)
at Object.module.exports.module.exports.read (/usr/share/yarn/lib/cli.js:42849:30)
at __webpack_require__ (/usr/share/yarn/lib/cli.js:22:30)
at Object.<anonymous> (/usr/share/yarn/lib/cli.js:106679:10)
at __webpack_require__ (/usr/share/yarn/lib/cli.js:22:30)
at Object.<anonymous> (/usr/share/yarn/lib/cli.js:50273:11)
at __webpack_require__ (/usr/share/yarn/lib/cli.js:22:30)
at Object.module.exports.Object.defineProperty.value (/usr/share/yarn/lib/cli.js:47242:16)
Please mention your node.js, yarn and operating system version.
node: 10.8.0
yarn: v1.10.0-20180813.2207
linux ubuntu 18.04
SanderElias and dejan9393