A react project of the company that has installed node and npm
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "HK_NODE_ENV=production node server.js"
},
under the project, run npm install
and install the related dependency package
but keep reporting errors. What is the reason for this?
"styled-jsx-plugin-sass": "^ 0.2.2"
installing styled-jsx once did not solve the problem.
Please attach the detailed solution steps if you have experience. Thank you.