Description
The error is the following, when trying to play the code example on the provider playground for any function on Lodash's https://lodash.com/docs/4.17.15 page:
Error: Cannot find module '[email protected]'
Should we have [email protected]?
We should have every package on npm. Sometimes this error is caused by a typo in your require path, but if you think we are actually missing this package, please confirm below and we’ll do our best to fix it as soon as possible!
Reported
Require Stack:
•This notebook
at Module._resolveFilename in core node:internal/modules/cjs/loader — line 995
at Module._load in core node:internal/modules/cjs/loader — line 841
at Module.require in core node:internal/modules/cjs/loader — line 1061
at Object.require in core node:internal/modules/cjs/helpers — line 103
in this notebook — line 1
node.js startup…