-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[email protected] is no longer supported... #2990
Comments
Thanks @metaverde for bringing this up! It would be good to see if we can bump this. |
@metaverde In the last version of Truffle (5.1.23) |
But when I install Truffle occur same problem npm install truffle -g
|
@fudingyu If you run I've tried replicating the error on node versions v8.x, v10.x, & v12.x, but have not seen that deprecation message. |
Environment npm uninstall -g truffle npm install -g truffle
|
Thanks for sharing that @fudingyu ! Looks like https://github.com/trufflesuite/truffle/blob/develop/packages/truffle/package.json#L30 |
Got the same issue here. clean install under a fresh windows 10 machine C:\Windows\System32>truffle version |
I think it is a warning from a dependency that has Update: Oops I see that Cruz already mentioned this. I think we have an effort right now going on to update Mocha. |
I'm going to close this for maintenance. Truffle has removed |
@metaverde @fudingyu @Peter197903 This should have been resolved by #3146 . The next official release should be out later today, but if you'd like to test this ASAP, feel free to give |
First, I super-appreciate the Truffle team and Truffle.
Thank-you for all you do.
I apologize if this has already been raised.
I scrolled around and did not see it.
Yes. Additionally the same issue was raised earlier and not addressed.
It is also an issue with netlify/cli as well as some other repositories.
Issue
I get this warning when I install Truffle using the
npm install -g truffle
command:npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
Steps to Reproduce
All I have to do to get this is to install Truffle.
Expected Behavior
I would expect at the least to be able to find how to update/upgrade to the proper mkdirp.
I realize this is not the fault of the Truffle team in any way.
Actual Results
I google and search and cannot find how to update/upgrade/install new mkdirp.
I have not yet used the Truffle to see if there are issues with it.
The warning says
the API surface has changed to use Promises in 1.x.
, so I anticipate there will be issues?Environment
truffle version
): 5.1.22node --version
): v10.20.1npm --version
): 6.14.4The text was updated successfully, but these errors were encountered: