I'm trying to learn how to create a custom plugin.
I cloned this repo, ran npm install, and ran npm run test which passed.
Then I updated all the dependencies in package.json to the latest versions, removed node_modules and package-lock.json, ran npm install, and ran npm run test. The test fails.
Here are the versions I tried:
"@custom-elements-manifest/analyzer": "^0.11.0",
"globby": "^16.1.0",
"nodemon": "^3.1.11",
"typescript": "^5.9.3",
"uvu": "^0.5.1"
I'm trying to learn how to create a custom plugin.
I cloned this repo, ran
npm install, and rannpm run testwhich passed.Then I updated all the dependencies in package.json to the latest versions, removed
node_modulesandpackage-lock.json, rannpm install, and rannpm run test. The test fails.Here are the versions I tried:
"@custom-elements-manifest/analyzer": "^0.11.0",
"globby": "^16.1.0",
"nodemon": "^3.1.11",
"typescript": "^5.9.3",
"uvu": "^0.5.1"