You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Windows\hashlips_art_engine-main\index.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (C:\Windows\hashlips_art_engine-main\src\main.js:5:37)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\Windows\hashlips_art_engine-main\src\main.js',
'C:\Windows\hashlips_art_engine-main\index.js'
]
}
i installed npm, but thus error appears again
The text was updated successfully, but these errors were encountered:
@elakhdarayoub@CRTOsp3ck@CryptoniteMining@chek4lovv
This issue is related to your node version, knowing that the project is not maintained since almost 1 year.
You should install Node v16.6.1 & the project will work correctly ;)
please, help!! When i run node index.js i get this error
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'C:\Windows\hashlips_art_engine-main/node_modules/canvas'
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (C:\Windows\hashlips_art_engine-main\src\main.js:5:37)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\Windows\hashlips_art_engine-main\src\main.js',
'C:\Windows\hashlips_art_engine-main\index.js'
]
}
i installed npm, but thus error appears again
The text was updated successfully, but these errors were encountered: