Kisamt Emberflame
Kisamt Emberflame
DIAdiscord.js - Imagine a boo! 👻
Created by Kisamt Emberflame on 11/12/2023 in #djs-questions
Unexpected Token & Node Node Version issues
I am trying to install discord-api-types on my Raspberry Pi arm7 Node Version 14.21.3 (needed for written code) npm v10.2.3. Below is the code I am getting and I have tried to trouble shoot this on my own and am struggling. I am self taught, and barely grasp python. Can anyone help I need the node to stay the same but IDK how to get it to install. nora@raspberrypi:~ $ npm install discord-api-types ERROR: npm v10.2.3 is known not to run on Node.js v14.21.3. This version of npm supports the following node versions: ^18.17.0 || >=20.5.0. You can find the latest version at https://nodejs.org/. ERROR: /home/nora/.config/nvm/versions/node/v14.21.3/lib/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105 options.lookup ??= this.#options.lookup ^^^ SyntaxError: Unexpected token '??=' at wrapSafe (internal/modules/cjs/loader.js:1029:16) at Module._compile (internal/modules/cjs/loader.js:1078:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10) at Module.load (internal/modules/cjs/loader.js:979:32) at Function.Module._load (internal/modules/cjs/loader.js:819:12) at Module.require (internal/modules/cjs/loader.js:1003:19) at require (internal/modules/cjs/helpers.js:107:18) at Object.<anonymous> (/home/nora/.config/nvm/versions/node/v14.21.3/lib/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15) at Module._compile (internal/modules/cjs/loader.js:1114:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
12 replies