Difficulties to install Tatool Web on McOs #181
Unanswered
LarissaChiodetto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, everyone!
I'm trying to install Tatool Web on McOs (Mcbook Air M2), but I'm having some difficulties and I hope you guys could help me. I have basics notion about programming.
I am following the video about Tatool Installation (https://www.youtube.com/watch?v=sHddO3PQq7I&ab_channel=Tatool) available in the official web site, but as it was made for windows, it is confusing me.
I have installed the NodeJs and the MongoDB (this one following another video about its installation on McOs) other day. Today I opened the MongoDB Compass and this messege apeared:
connect ECONNREFUSED 127.0.0.1:27017, connect ECONNREFUSED ::1:27017
There was a problem connecting to localhost:27017
Also, I tried to install Tatool Web, but after installation I am trying to use "npm run lab" and this message of error was shown:
larissachiodetto@Larissas-Laptop tatool-web-master % cd /Applications/tatool-web-master
larissachiodetto@Larissas-Laptop tatool-web-master % npm run lab
node:fs:1665
const stats = binding.stat(
^
Error: ENOENT: no such file or directory, stat '/Applications/tatool-web-master/dist/images/favicon.ico'
at Object.statSync (node:fs:1665:25)
at resolveSync (/Applications/tatool-web-master/node_modules/serve-favicon/index.js:187:17)
at favicon (/Applications/tatool-web-master/node_modules/serve-favicon/index.js:61:12)
at Object. (/Applications/tatool-web-master/server.js:16:9)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 {
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/Applications/tatool-web-master/dist/images/favicon.ico'
}
Node.js v20.17.0
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions