sandpack icon indicating copy to clipboard operation
sandpack copied to clipboard

Documentation: `console-feed`

Open prestonbourne opened this issue 2 years ago • 0 comments

Summary

I believe the console-feed package should be removed from the package.json, and the www docs since the package is deprecated

What Happened

After pulling down the repo and running yarn install I received a 404 error from yarn.

yarn install v1.22.19
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/console-feed/-/console-feed-3.3.0.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/Users/prestonbourne/Desktop/personal/sandpack/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

I fixed this by simply removing console-feed from the dependencies in the sandbox-client/package.json

prestonbourne avatar Jul 03 '23 15:07 prestonbourne