My package.json
file,
{
“name”: “learn-rescript”,
“version”: “0.0.1”,
“description”: “ReScript language”,
“scripts”: {
“build”: “bsb -make-world”,
“clean”: “bsb -clean-world”,
“start”: “bsb -make-world -w”
},
“keywords”: [
“rescript”
],
“devDependencies”: {
“bs-platform”: “^8.4.2”
},
“dependencies”: {
“bs-platform”: “^8.4.2”
}
}
Error Logs: https://pastebin.com/raw/Bm53Qep0
I have also done with npm install
and installed all the packages.
Can anyone suggest me any workaround to overcome this?