makara icon indicating copy to clipboard operation
makara copied to clipboard

Update the bundalo to 1.x to remove dependency from dustjs-linkedin

Open kumarrishav opened this issue 7 years ago • 1 comments

our app is completely react based and we don't want to bring any dustjs related dependencies.

kumarrishav avatar Oct 06 '17 04:10 kumarrishav

Hi team, any update on this?

This isn't allowing us to upgrade to Node v8. Since we get this warning:

graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible.

npm ls graceful-ls shows older one:

[email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │   └── *[email protected]*
│ └─┬ [email protected]
│   └── [email protected]

devenbansod avatar Jan 23 '18 05:01 devenbansod