Build failing with Error: Cannot find module 'tw-elements/dist/plugin'

Hi there

Having previously worked fine the site build is now failing. It works ok on local machine with netlify dev but fails when committed to netlify.

I get an error message: Error: Cannot find module ‘tw-elements/dist/plugin’
even though my package.json includes tw-elements dependency

package.json {
“scripts”: {
“start”: “npm-run-all --parallel css eleventy browsersync”,
“eleventy”: “eleventy --watch”,
“debug”: “set DEBUG=* & eleventy”,
“css”: “postcss src/static/css/tailwind.css --o _site/static/css/style.css --watch”,
“build”: “cross-env NODE_ENV=production eleventy && cross-env NODE_ENV=production postcss src/static/css/tailwind.css --o _site/static/css/style.css”,
“browsersync”: “browser-sync start --server ‘_site’ --files ‘_site’ --port 8080 --no-notify --no-open”
},
“devDependencies”: {
@11ty/eleventy”: “^0.12.1”,
@11ty/eleventy-plugin-syntaxhighlight”: “^3.2.2”,
@tailwindcss/typography”: “^0.3.1”,
“alpinejs”: “^2.6.0”,
“autoprefixer”: “^10.4.7”,
“browser-sync”: “^2.29.3”,
“cross-env”: “^7.0.2”,
“cssnano”: “^4.1.10”,
“html-minifier”: “^4.0.0”,
“js-yaml”: “^3.14.0”,
“luxon”: “^1.28.1”,
“npm-run-all”: “^4.1.5”,
“postcss”: “^8.4.14”,
“postcss-cli”: “^8.3.1”,
“prismjs”: “^1.28.0”,
“tailwindcss”: “^2.2.19”,
“tw-elements”: “^1.0.0-beta2”
},
“dependencies”: {
“netlify-cli”: “^6.15.0”,
“tw-elements”: “^1.0.0-beta2”
}
}

Based on your last deploy, the issue seems to be resolved. Do you stil need help?