Hey,
When I was installing a dependency with pnpm, it would install it normally, instead I came across this really strange error:
Error: Cannot find module 'm3u8stream/lib/parse-time'
I have tried using enable-pnpm
to resolve this but with no luck
However my package.json is looking fine…
{
"name": "nate-bot",
"version": "2.0.0",
"description": "Nate Bot Version: 6.7",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.4",
"discord.js": "^11.5.1",
"ytdl-core": "^0.29.2",
"simple-youtube-api": "^5.1.1",
"dbl-api": "^1.2.1",
"dblapi.js": "^2.3.0",
"node-superfetch": "^0.1.9",
"cheerio": "^0.22.0",
"quick.db": "^7.0.0-b21",
"canvas-constructor": "^3.0.0",
"canvas": "^2.5.0",
"mal-scraper": "^2.6.1",
"mathjs": "^5.10.2",
"fortnite": "^4.3.2",
"node-osu": "^1.3.2",
"node-opus": "^0.3.1",
"ascii-art": "^1.5.1",
"jimp": "^0.6.4",
"parse-ms": "^2.0.0",
"nekos.life": "^2.0.4",
"weather-js": "^2.0.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"enmap": "^4.8.6",
"common-tags": "^1.8.0",
"better-sqlite3": "^5.4.2",
"body-parser": "^1.19.0",
"gifencoder": "^2.0.1"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}
Project: nate-devbot