-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm envroment #7
Comments
Any idea?? nvm install v14.21.3 npm run build and I got an error ~/git/ptz-server$ npm run build
node_modules/@utopian/visca/dist/visca-serial.d.ts:1:23 - error TS2688: Cannot find type definition file for 'serialport'. 1 /// node_modules/@utopian/visca/dist/visca-serial.d.ts:4:29 - error TS2307: Cannot find module '../../node_modules/@types/serialport' or its corresponding type declarations. 4 import SerialPort = require("../../node_modules/@types/serialport"); Found 2 errors in the same file, starting at: node_modules/@utopian/visca/dist/visca-serial.d.ts:1 |
it seems ../../../../node_modules/@types/serialport is ok to run Thanks a lot :) node_modules/@utopian/visca/dist/visca-serial.d.ts:4:29 - error TS2307: Cannot find module '../../node_modules/@types/serialport' or its corresponding type declarations. 4 import SerialPort = require("../../node_modules/@types/serialport"); |
look ok. and next?? ~/git/ptz-server$ npm run build
~/git/ptz-server$ cat /home/mack/.npm/_logs/2024-03-29T22_45_43_712Z-debug-0.log
|
Greetings... I'm not sure I understand your question. Is everything working now? |
I cannot get any web UI with serve -s buld. because there s no build/ . |
This library is not a web server. There is no |
I see... How can I use ? npm run build to be end normally...no effects... |
What version is good for running ptz-server?
Almostry npm run build says...
ubuntu@vaio0001:~/git/ptz-server$ nvm ls
v8.17.0
v10.24.1
v12.22.12
v14.21.3
v16.20.2
-> v20.12.0
system
default -> 14 (-> v14.21.3)
iojs -> N/A (default)
unstable -> N/A (default)
node -> stable (-> v20.12.0) (default)
stable -> 20.12 (-> v20.12.0) (default)
lts/* -> lts/iron (-> v20.12.0)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.17.0
lts/dubnium -> v10.24.1
lts/erbium -> v12.22.12
lts/fermium -> v14.21.3
lts/gallium -> v16.20.2
lts/hydrogen -> v18.20.0 (-> N/A)
lts/iron -> v20.12.0
The text was updated successfully, but these errors were encountered: