Invalid Version for npm truffle assertions install

Hi,

I’m trying to install the truffle assertions package but i keep receiving this error message:

Dex % truffle version
Truffle v5.5.15 (core: 5.5.15)
Ganache v^7.1.0
Solidity - ^0.8.15 (solc-js)
Node v16.14.0
Web3.js v1.5.3
@oscars-air Dex % npm install truffle-assertions
npm ERR! Invalid Version: ^0.8.15

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/.npm/_logs/2022-07-13T20_27_55_272Z-debug-0.log
@oscars-air Dex % npm install truffle-assertions
npm ERR! Invalid Version: ^0.8.15

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/.npm/_logs/2022-07-13T20_30_36_209Z-debug-0.log
@oscars-air Dex % 

do i need to roll my version back for this to work?

kind regards,
Oscar

Invalid solidity version, check if the solidity version in your contracts are the same than the truffle.config also try to follow with the version used in the course.

Carlos Z