We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
it seems you have accidentally added fs but this is not a package on npmjs, fs is an internal NodeJS module.
fs
https://github.com/baianat/hooper/blob/master/package.json#L30
See https://nodejs.org/api/fs.html
You might want to remove it using yarn remove fs.
yarn remove fs
Same for path (https://nodejs.org/api/fs.html).
path
The text was updated successfully, but these errors were encountered:
[fix] remove internal node modules (#97)
743f1c7
* chore: remove node internal modules closes #96 * chore: remove util internal module
Thanks for catching this! util was also there.
util
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
it seems you have accidentally added
fs
but this is not a package on npmjs,fs
is an internal NodeJS module.https://github.com/baianat/hooper/blob/master/package.json#L30
See https://nodejs.org/api/fs.html
You might want to remove it using
yarn remove fs
.Same for
path
(https://nodejs.org/api/fs.html).The text was updated successfully, but these errors were encountered: