Yarn: Cannot find module './doc/workbook'

Created on 7 Apr 2017  路  1Comment  路  Source: yarnpkg/yarn

Do you want to request a feature or report a bug?
Bug

What is the current behavior?

While installing exceljs it fails with the following error : Cannot find module './doc/workbook'

If the current behavior is a bug, please provide the steps to reproduce.

Try to install using yarn install the exceljs package

What is the expected behavior?

exceljs to be correctly installed

Please mention your node.js, yarn and operating system version.

v7.3.0

Most helpful comment

Hey @juliocanares, I just noticed that I ran into this issue (though it installed fine, it errored on usage) and was able to resolve it by ensuring .yarnclean did not remove doc directories. You might want to check your .yarnclean file.

>All comments

Hey @juliocanares, I just noticed that I ran into this issue (though it installed fine, it errored on usage) and was able to resolve it by ensuring .yarnclean did not remove doc directories. You might want to check your .yarnclean file.

Was this page helpful?
0 / 5 - 0 ratings