Closed brahmos closed 7 years ago
Thanks for the report, @brahmos! We'll get this corrected.
@brahmos It looks like the npm team reverted the change, adding the fs
package back to npm indefinitely. Your builds should continue to work, but we are also removing the fs
package from our package.json
. I'll leave this open until we publish that change.
Looks like package.json is referencing
"fs": "0.0.2"
and its casuing the npm install to fail. Here is the errorLooks like there is a discussion on this topic, you need to remove that reference as fs is part of the core. @slogsdon ?
https://github.com/npm/npm/issues/13743