Can you give me a package that you are trying to update?
May 7, 2024
8
Level 1
Laravel - npm ERR! notarget No matching version found for datatables@^2.0.6.
in package.json file of my Laravel project, I have updated datatables version to 2.0.6 as per defined on official site. But it's giving me error while installing npm. Below are the details -
package.json - "dependencies": { "datatables": "^2.0.6" }
Error msg -
npm ERR! code ETARGET npm ERR! notarget No matching version found for datatables@^2.0.6. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.
note - deleted node_modules & package-lock.json file before installing npm. Also tried with updated npm version.
Please or to participate in this conversation.