[Vuejs]-How can i install node_modules?

0👍

The @fds/lima-ticket-validator package doesn’t exist on the public NPM registry. Is it possible this is an internal package hosted by your companies internal registry?

You may need to do something like:

npm config set registry https://example.your-registry.com/

https://www.npmjs.com/package/@fds/lima-ticket-validator

Leave a comment