webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

fetch npm error

Open zhuyuanmin opened this issue 2 months ago • 1 comments

Describe the bug

image

Link to the blitz that caused the error

no

Steps to reproduce

package.json:

{ "name": "rsbuild-wecode-project", "private": true, "version": "1.0.0", "scripts": { "dev": "node scripts/dev.cjs", "build": "node scripts/prod.cjs", "build:beta": "rsbuild build --env-mode beta && npm run postbuild", "build:prod": "rsbuild build && npm run postbuild", "preview": "rsbuild preview", "postbuild": "node scripts/postBuild.cjs" }, "dependencies": { "@liveapps/antd-lowcode-materials": "^1.0.6", "@liveapps/lowcode-material-registry": "^1.0.40", "@liveapps/antd-mobile-lowcode-materials": "^1.0.6", "antd-mobile": "^5.34.0", "js-cookie": "^3.0.5", "moment": "^2.30.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.1" }, "devDependencies": { "@rsbuild/core": "^0.5.3", "@rsbuild/plugin-react": "^0.5.3", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "posthtml": "^0.16.6", "typescript": "^5.3.0" }, "browserslist": [ "defaults", "Chrome >= 49", "Firefox >= 52", "Safari >= 10", "Edge >= 13", "iOS >= 5", "Android >= 5" ] }

Expected behavior

no

Parity with Local

Screenshots

No response

Platform

  • OS: [e.g. macOS, Windows, Linux]
  • Browser: [e.g. Chrome, Safari, Firefox]
  • Version: [e.g. 91.1]

Additional context

No response

zhuyuanmin avatar May 15 '24 03:05 zhuyuanmin