How to introduce a specified version of d3 in a vue project?

for example: at present, I want to introduce the 3.1.6 version of d3
the following code checked on the Internet was not successfully installed

npm install --save-dev d3@3.1.6
Mar.13,2021

find d3 in package.json, then change the later version number to what you need, and then npm install

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c1c0-34699.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c1c0-34699.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?