-
Notifications
You must be signed in to change notification settings - Fork 4
No matter how many times i install node:utils it refuses to work any ideas? #4
Comments
do not use the apt version, it's too outdated. instead use https://github.com/nvm-sh/nvm |
Thank you, and do i just git clone it to usr/share/doc |
Nvm got it thanks |
do you mean nvm? you should follow the instructions in their readme, it's as simple as running two commands |
Okay Thanks |
New Error While Compiling
Enter the application folder name: FlipperZeroExampleApp |
jq is not installed on your system. https://jqlang.github.io/jq/download/ thank you, i'll add it to the readme |
Yippee more errors (sorry)
Enter the application folder name: FlipperZeroExampleApp |
now you don't have SDL2 installed. it was in the readme:
|
Oh whoops sorry man i swear i ran that many times |
It also refuses to install |
what's the command output? |
Well not really refuses to install but refuses to work Reading package lists... Done |
and have you tried compiling again? |
Ill try again |
Enter the application folder name: FlipperZeroExampleApp |
oh right... you're also supposed to install |
Its all good |
Enter the application folder name: FlipperZeroExampleApp CC: flipper/gui/gui.c = flipper/gui/gui.o |
ohhhh sorry, you need to install |
Its okk |
IT WORKS THANK YOU SM |
you're welcome! closing the issue now |
LINUX MINT
`> [email protected] start
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module 'node:util'
Require stack:
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/spaghetti/Documents/Flipper/flippulator/index.js:3:14)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/spaghetti/Documents/Flipper/flippulator/index.js' ]
}`
The text was updated successfully, but these errors were encountered: