build error
I can build my project, and the error come from the framework (i use nodejs v18)
6 Replies
Solution
Install
@types/node
in save-dev ?
okkeyy it work
thx a lot
save-dev has been deprecated by NPM aaaaggeeesss ago
it's just
npm install --dev
and --save
has been deprecated for ages as well for that matteroh thxx for this information
I install it like that and it work