rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

Error while installing rescript 9.1.4

Open PlabanJr opened this issue 2 years ago • 0 comments

Getting the following error while installing "rescript": "^9.1.4"

Full log: https://pastebin.com/w9LzugHp

image

Dependencies:

 "dependencies": {
    "@apollo/client": "^3.6.6",
    "@datadog/browser-rum": "^4.19.1",
    "@date-io/core": "^1.3.6",
    "@date-io/moment": "1.x",
    "@react-google-maps/api": "^2.2.0",
    "@reasonml-community/graphql-ppx": "^1.2.3",
    "@rescript/std": "^9.1.3",
    "animate.css": "^4.1.0",
    "bs-let": "em/bs-let-m1-compat#master",
    "bs-webapi": "^0.17.1",
    "cors": "^2.8.4",
    "dd-trace": "^4.2.0",
    "decco": "^1.1.1",
    "express": "^4.16.3",
    "express-static-gzip": "^2.0.6",
    "re-formality": "^4.0.0-beta.16",
    "react": "^16.8.1",
    "react-app-polyfill": "^1.0.1",
    "react-autocomplete": "^1.8.1",
    "react-datepicker": "^2.9.6",
    "react-detect-offline": "^2.4.0",
    "react-dom": "^16.8.1",
    "react-ga4": "^2.1.0",
    "rescript-apollo-client": "^3.1.0"
  },
  "devDependencies": {
    "@glennsl/bs-jest": "^0.4.4",
    "@sentry/webpack-plugin": "^1.17.1",
    "chunks-2-json-webpack-plugin": "^1.0.2",
    "clean-webpack-plugin": "^3.0.0",
    "compression-webpack-plugin": "^4.0.0",
    "css-loader": "^3.5.3",
    "dotenv-webpack": "^1.7.0",
    "enzyme-adapter-react-16": "^1.6.0",
    "file-loader": "^6.0.0",
    "html-webpack-plugin": "^4.3.0",
    "moment-locales-webpack-plugin": "^1.0.7",
    "rescript": "^9.1.4",
    "sass": "^1.58.3",
    "sass-loader": "^8.0.2",
    "source-map-loader": "^0.2.4",
    "style-loader": "^1.2.1",
    "url-loader": "^4.1.0",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.9",
    "webpack-merge": "^4.2.1"
  }

Steps to reproduce:

  • cloned repo
  • ran yarn install

System Info:

  • MacBook Pro - Apple M2
  • Node - v16.19.0
  • Python - 3.9.6

PlabanJr avatar Sep 14 '23 08:09 PlabanJr