UXP React Starter Webpack and Version Issues Hi, I am using com.adobe.uxp.starter.react to create a plugin for Photoshop. However, when I add new npm packages and run,npm run watch, I get the error cannot find module "acorn-base" and acorn is in package.json file in resolutions object. {
"name": "com.adobe.uxp.starter.react",
"version": "1.0.0",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"watch": "nodemon -w src -e js,jsx,json,css,html -w webpack.config.js -x npm run build",
"build": "webpack --mode development",
"uxp:load": "cd dist && uxp plugin load",
"uxp:reload": "cd dist && uxp plugin reload",
"uxp:watch": "cd dist && nodemon --exec \"uxp plugin reload\" -e js,css,html",
"uxp:debug": "cd dist && uxp plugin debug"
},
"author": "Adobe Inc",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-class-properties": "^7.10.4",