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
Hi, Thank you for releasing the label tool. However, I encountered the following errors when running: npm run deps
Do you know the reason?
"
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /opt/homebrew/lib/node_modules/pixano-app-frontend/server/serve.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/opt/homebrew/lib/node_modules/pixano-app-frontend/server/serve.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/taohu/.npm/_logs/2022-06-09T14_37_33_025Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 254
npm ERR! [email protected] deps: rm -f package-lock.json && npm i && cd frontend && rm -f package-lock.json && npm i && npm link
npm ERR! Exit status 254
npm ERR!
npm ERR! Failed at the [email protected] deps script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
"
The text was updated successfully, but these errors were encountered:
The path seems strange. What version of Pixano are you using ? Are you mixing two versions of package.json ?
I would say : either suppress "&& npm link" in the "deps" script or correct the "bin" path.
Hi, Thank you for releasing the label tool. However, I encountered the following errors when running:
npm run deps
Do you know the reason?
"
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /opt/homebrew/lib/node_modules/pixano-app-frontend/server/serve.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/opt/homebrew/lib/node_modules/pixano-app-frontend/server/serve.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/taohu/.npm/_logs/2022-06-09T14_37_33_025Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 254
npm ERR! [email protected] deps:
rm -f package-lock.json && npm i && cd frontend && rm -f package-lock.json && npm i && npm link
npm ERR! Exit status 254
npm ERR!
npm ERR! Failed at the [email protected] deps script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
"
The text was updated successfully, but these errors were encountered: