Closed MayamaTakeshi closed 9 months ago
Obs: running "npm run build" on Ubuntu 22.04 when node 19 is activated works.
I tried again with the latest release and I could not reproduce this:
$ node -v
v19.9.0
$ npm i sip-lab
npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
added 119 packages, and audited 162 packages in 17s
10 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ cat package.json
{
"name": "t1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"sdp-matching": "^1.3.2",
"sip-lab": "^1.17.5"
}
}
$ cat /etc/issue
Debian GNU/Linux 11 \n \l
Maybe it was a temporary problem or issue with npm.